diff options
Diffstat (limited to 'fs/nfs/export.c')
| -rw-r--r-- | fs/nfs/export.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/nfs/export.c b/fs/nfs/export.c index 171c424cb6d5..01596f2d0a1e 100644 --- a/fs/nfs/export.c +++ b/fs/nfs/export.c @@ -158,5 +158,5 @@ const struct export_operations nfs_export_ops = {  	.fetch_iversion = nfs_fetch_iversion,  	.flags = EXPORT_OP_NOWCC|EXPORT_OP_NOSUBTREECHK|  		EXPORT_OP_CLOSE_BEFORE_UNLINK|EXPORT_OP_REMOTE_FS| -		EXPORT_OP_NOATOMIC_ATTR|EXPORT_OP_SYNC_LOCKS, +		EXPORT_OP_NOATOMIC_ATTR,  }; |