[GFS2] Fix bug in directory code
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 Aug 2006 19:28:57 +0000 (15:28 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 Aug 2006 19:28:57 +0000 (15:28 -0400)
commit899bb264507cfed83922bf14cd66a073494601ba
tree5b604dfb4afef0d7132d5f6a5d7fa94328b0ee32
parentde9b75d31e81e87685d8cc70052a003c654f1e8e
[GFS2] Fix bug in directory code

This was a nasty bug which resulted in corruption of hash tables
in the directory code with larger directories. We forgot to
increment a pointer in the read/write routines internal to the
directory code.

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