]> asedeno.scripts.mit.edu Git - linux.git/commit
GFS2: Use dirty_inode in gfs2_dir_add
authorBob Peterson <rpeterso@redhat.com>
Mon, 12 Nov 2012 18:04:54 +0000 (13:04 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 13 Nov 2012 09:54:54 +0000 (09:54 +0000)
commit343cd8f0d78515da38e41e9351f5ba306cdec84a
treedcee2ecba8d0c012aaa21366c8e5f642a5b4aa1b
parentfa731fc4e045a801814547188a63c2cd49a4cfe6
GFS2: Use dirty_inode in gfs2_dir_add

This patch changes the gfs2_dir_add function so that it uses
the dirty_inode function (via mark_inode_dirty) rather than manually
updating the dinode.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.c