commit | 3e2221c73cba7d33fd5706f9bc4906ffaf421478 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Wed Apr 25 09:36:20 2007 -0500 |
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Wed Apr 25 09:36:20 2007 -0500 |
tree | ebc979a87bc04417b071b973bd3dd462717694ad | |
parent | ba863a0016a33637acc7888698a5d75096fcec05 [diff] |
Copy i_flags to jfs inode flags on write This mirrors Jan Kara's patches for ext3. This patch makes sure that changes made to inode->i_flags are reflected on disk for jfs. It also moves a call of jfs_set_inode_flags() to be more consistent with where jfs_get_inode_flags() is called. Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>