SUNRPC: Clean up rpc_pipefs.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 8 Jun 2007 18:14:46 +0000 (14:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:33 +0000 (23:40 -0400)
commit62e1761ceff5dbb78c4b4b9486d8ca9fed11b660
tree6d8a31738beec2340ccfe662b352f5aa9b5659f8
parent34f308960818e514fadd9365cb5b14cca319320b
SUNRPC: Clean up rpc_pipefs.

Add a dentry_ops with a d_delete() method in order to ensure that dentries
are removed as soon as the last reference is gone.

Clean up rpc_depopulate() so that it only removes files that were created
via rpc_populate().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c