SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 8 Jun 2007 02:44:34 +0000 (22:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:26 +0000 (17:15 -0400)
commit50e437d522a6cc34a882b2f740297f1b6b4c3af3
tree6026dbb5014495aa9f847a342b8f96c87aabd4ef
parent7b159fc18d417980f57aef64cab3417ee6af70f8
SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks

This will allow rpc.gssd to use inotify instead of dnotify in order to
locate new rpc upcall pipes.

This also requires the exporting of __audit_inode_child(), which is used by
fsnotify_create() and fsnotify_mkdir(). Ccing David Woodhouse.

Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
kernel/auditsc.c
net/sunrpc/rpc_pipe.c