diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index a719bc0640b4..b4079bbd30dd 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -2514,7 +2514,7 @@ EXPORT_SYMBOL_GPL(nfs_kill_super); | |||
2514 | /* | 2514 | /* |
2515 | * Clone an NFS2/3/4 server record on xdev traversal (FSID-change) | 2515 | * Clone an NFS2/3/4 server record on xdev traversal (FSID-change) |
2516 | */ | 2516 | */ |
2517 | struct dentry * | 2517 | static struct dentry * |
2518 | nfs_xdev_mount(struct file_system_type *fs_type, int flags, | 2518 | nfs_xdev_mount(struct file_system_type *fs_type, int flags, |
2519 | const char *dev_name, void *raw_data) | 2519 | const char *dev_name, void *raw_data) |
2520 | { | 2520 | { |