summary refs log tree commit diff
path: root/fs/cachefiles
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2013-03-01 09:29:12 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2013-04-08 08:40:37 +0100
commit79ba74808df1132d9ddbf4e87304a4050e667e3e (patch)
tree0e5ddd568f03e4c9248321b9988d4a9e37c74400 /fs/cachefiles
parent28fb30275570e9397e551d6f8e3bfd78862ea79e (diff)
downloadlinux-79ba74808df1132d9ddbf4e87304a4050e667e3e.tar.gz
GFS2: Use gfs2_dinode_out() in the inode create path
Over the previous two patches relating to inode creation, the
content of init_dinode() has been looking more and more like
gfs2_dinode_out(). This is not an accident! This patch replaces
the parts of init_dinode() which are duplicated in gfs2_dinode_out()
with a call to that function.

Mostly that is straightforward, but there is one issue which needed
to be resolved relating to the link count. The link count has to be
set to zero in a certain error handling code path, which lands up
calling iput(). This is now done specifically in that code path
allowing the link count to be set earlier and written into the
on disk inode by gfs2_dinode_put() in the normal way.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/cachefiles')
0 files changed, 0 insertions, 0 deletions