diff options
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index eaf2f0dca12a..a0015a958aef 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -170,7 +170,7 @@ static int nfsd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, st | |||
170 | * For nfsd purposes, we treat V4ROOT exports as though there was an | 170 | * For nfsd purposes, we treat V4ROOT exports as though there was an |
171 | * export at *every* directory. | 171 | * export at *every* directory. |
172 | */ | 172 | */ |
173 | static int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) | 173 | int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) |
174 | { | 174 | { |
175 | if (d_mountpoint(dentry)) | 175 | if (d_mountpoint(dentry)) |
176 | return 1; | 176 | return 1; |