Message ID | 20180327144001.14074-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index a16f48fde4da..3e3aab3888fa 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -2477,7 +2477,7 @@ xfs_ifree( ip->i_d.di_aformat = XFS_DINODE_FMT_EXTENTS; /* Don't attempt to replay owner changes for a deleted inode */ - ip->i_itemp->ili_fields &= !(XFS_ILOG_AOWNER|XFS_ILOG_DOWNER); + ip->i_itemp->ili_fields &= ~(XFS_ILOG_AOWNER|XFS_ILOG_DOWNER); /* * Bump the generation count so no one will be confused