commit | 813fd320c16691eac508fe350b4ee7362c6c4a56 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Mar 21 09:52:08 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Mar 26 11:49:48 2012 -0400 |
tree | 3ec14685fb13b2f5fba6ed1ce78e5e6bdb7c173e | |
parent | f3f8014862d813cca81a597c83bd1dbf0fb2b8f6 [diff] |
nfsd: add notifier to handle mount/unmount of rpc_pipefs sb In the event that rpc_pipefs isn't mounted when nfsd starts, we must register a notifier to handle creating the dentry once it is mounted, and to remove the dentry on unmount. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>