OSDN Git Service

rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks
authorAmir Goldstein <amir73il@gmail.com>
Sun, 26 May 2019 14:34:04 +0000 (17:34 +0300)
committerJan Kara <jack@suse.cz>
Thu, 20 Jun 2019 12:46:04 +0000 (14:46 +0200)
commita35d632c723cbbd0654efb7dfaa9947f258a16e5
tree1acec5802e1793ba74feaa05778e88fa89e49769
parent46008d9d3f0ef78524c327dbd5cc99843d4b3dae
rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks

This will allow generating fsnotify delete events after the
fsnotify_nameremove() hook is removed from d_delete().

Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna.schumaker@netapp.com>
Reviewed-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
net/sunrpc/rpc_pipe.c