aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r--fs/nfsd/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c
index 01bc68c628ad..340c31a4f3fe 100644
--- a/fs/nfsd/export.c
+++ b/fs/nfsd/export.c
@@ -370,7 +370,7 @@ static int check_export(struct inode *inode, int flags)
370 */ 370 */
371 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && 371 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) &&
372 !(flags & NFSEXP_FSID)) { 372 !(flags & NFSEXP_FSID)) {
373 dprintk("exp_export: export of non-dev fs without fsid"); 373 dprintk("exp_export: export of non-dev fs without fsid\n");
374 return -EINVAL; 374 return -EINVAL;
375 } 375 }
376 if (!inode->i_sb->s_export_op) { 376 if (!inode->i_sb->s_export_op) {