diff options
Diffstat (limited to 'fs/nfs/dir.c')
| -rw-r--r-- | fs/nfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index e51ae52ed14f..2f3f86726f5b 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
| @@ -1256,7 +1256,7 @@ static int nfs_dentry_delete(const struct dentry *dentry) | |||
| 1256 | /* Unhash it, so that ->d_iput() would be called */ | 1256 | /* Unhash it, so that ->d_iput() would be called */ |
| 1257 | return 1; | 1257 | return 1; |
| 1258 | } | 1258 | } |
| 1259 | if (!(dentry->d_sb->s_flags & MS_ACTIVE)) { | 1259 | if (!(dentry->d_sb->s_flags & SB_ACTIVE)) { |
| 1260 | /* Unhash it, so that ancestors of killed async unlink | 1260 | /* Unhash it, so that ancestors of killed async unlink |
| 1261 | * files will be cleaned up during umount */ | 1261 | * files will be cleaned up during umount */ |
| 1262 | return 1; | 1262 | return 1; |
