[XFS] kill the v_flag member in struct bhv_vnode
[deliverable/linux.git] / fs / xfs / xfs_iget.c
index 5806597b9ec4f9c57488326454a3f2f257775d1a..ee13d6d708c8ddf283c8f6dccd2c0337fae44972 100644 (file)
@@ -336,6 +336,7 @@ finish_inode:
        ASSERT(((ip->i_d.di_flags & XFS_DIFLAG_REALTIME) != 0) ==
               ((ip->i_iocore.io_flags & XFS_IOCORE_RT) != 0));
 
+       xfs_iflags_set(ip, XFS_IMODIFIED);
        *ipp = ip;
 
        /*
This page took 0.023888 seconds and 5 git commands to generate.