]> git.baikalelectronics.ru Git - kernel.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)
commit3e5bc2d1b3f4647e7aa6622d329ab8ae3fe0fbd9
treedcee2ecba8d0c012aaa21366c8e5f642a5b4aa1b
parent79d762135deab72f6763f4f120eb201678f003d0
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