]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a6c18132709545ff528d135681ed4580fb0583f
tree02f16a487bc88d98fe25766307bf688cf7771f36
parent2405b12d3094cb3492efeb6f6fd319c2dea93451
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