diff options
Diffstat (limited to 'fs/locks.c')
| -rw-r--r-- | fs/locks.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c index 1bd71c4d663a..21b4dfa289ee 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -141,7 +141,7 @@  static inline bool is_remote_lock(struct file *filp)  { -	return likely(!(filp->f_path.dentry->d_sb->s_flags & MS_NOREMOTELOCK)); +	return likely(!(filp->f_path.dentry->d_sb->s_flags & SB_NOREMOTELOCK));  }  static bool lease_breaking(struct file_lock *fl)  | 
