https://github.com/torvalds/linux
Revision 68adb0af51ebccb72ffb14d49cb8121b1afc4259 authored by Trond Myklebust on 10 August 2006, 21:51:46 UTC, committed by Trond Myklebust on 24 August 2006, 19:50:42 UTC
A prior call to rpc_depopulate() by rpc_rmdir() on the parent directory may
have already called simple_unlink() on this entry.
Add the same check to rpc_rmdir(). Also remove a redundant call to
rpc_close_pipes() in rpc_rmdir.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
(cherry picked from 0bbfb9d20f6437c4031aa3bf9b4d311a053e58e3 commit)
1 parent dff02cc
Raw File
Tip revision: 68adb0af51ebccb72ffb14d49cb8121b1afc4259 authored by Trond Myklebust on 10 August 2006, 21:51:46 UTC
SUNRPC: rpc_unlink() must check for unhashed dentries
Tip revision: 68adb0a
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top