aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/hpfs/inode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hpfs/inode.c b/fs/hpfs/inode.c
index 3b8eeb1693ae..d093ce749412 100644
--- a/fs/hpfs/inode.c
+++ b/fs/hpfs/inode.c
@@ -199,8 +199,6 @@ void hpfs_write_inode(struct inode *i)
199 } 199 }
200 hpfs_write_inode_nolock(i); 200 hpfs_write_inode_nolock(i);
201 iput(parent); 201 iput(parent);
202 } else {
203 mark_inode_dirty(i);
204 } 202 }
205} 203}
206 204
@@ -278,7 +276,6 @@ int hpfs_setattr(struct dentry *dentry, struct iattr *attr)
278 } 276 }
279 277
280 setattr_copy(inode, attr); 278 setattr_copy(inode, attr);
281 mark_inode_dirty(inode);
282 279
283 hpfs_write_inode(inode); 280 hpfs_write_inode(inode);
284 281