kill dead inode flags
There are a few inode flags around that aren't used anywhere, so remove them. Also update xfsidbg to display all used inode flags correctly. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>
This commit is contained in:
parent
5efcbb853b
commit
6bd16ff270
6 changed files with 10 additions and 33 deletions
|
@ -1025,7 +1025,6 @@ xfs_fs_clear_inode(
|
|||
XFS_STATS_DEC(vn_active);
|
||||
|
||||
xfs_inactive(ip);
|
||||
xfs_iflags_clear(ip, XFS_IMODIFIED);
|
||||
}
|
||||
|
||||
STATIC void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue