GFS2: Fix typo in stuffed file data copy handling
authorAbhijith Das <adas@redhat.com>
Fri, 30 Jul 2010 15:34:52 +0000 (11:34 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 30 Jul 2010 15:34:06 +0000 (16:34 +0100)
commitc639d5d8f69f37e24ed0354373f61fcbde4b9354
tree02f16a487bc88d98fe25766307bf688cf7771f36
parent7cdee5dbf477409e4afc6c9063492dc2577b41ea
GFS2: Fix typo in stuffed file data copy handling

trunc_start() in bmap.c incorrectly uses sizeof(struct gfs2_inode) instead of
sizeof(struct gfs2_dinode).

Signed-off-by: Abhi Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c