]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Clean up dir hash table reading
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 26 Jul 2011 08:17:28 +0000 (09:17 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 27 Oct 2011 08:07:56 +0000 (09:07 +0100)
commit168d43f13ceef0f6becdbbbeea437cb624af98bc
treebee4b9b4733a73297e8b245e55b8394dbf03ad88
parent396e6e49c58bb23d1814d3c240c736c9f01523c5
GFS2: Clean up dir hash table reading

Since there is now only a single caller to gfs2_dir_read_data()
and it has a number of constant arguments, we can factor
those out. Also some tests relating to the inode size were
being done twice.

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