diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-13 08:30:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-13 08:30:33 -0700 |
commit | a5344a9555fffd045218aced89afd6ca0f884e10 (patch) | |
tree | 85fcb093a18fe6858dffa66b733a99a30f117926 /fs/gfs2/rgrp.h | |
parent | 411fdc1a711665cb4bd13df2a75213153d463375 (diff) | |
parent | 370298e2e6f513bc4a9e9445eeed060d8c31f1ca (diff) | |
download | linux-a5344a9555fffd045218aced89afd6ca0f884e10.tar.gz linux-a5344a9555fffd045218aced89afd6ca0f884e10.tar.bz2 linux-a5344a9555fffd045218aced89afd6ca0f884e10.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes:
[GFS2] Update git tree name/location
[DLM] fix iovec length in recvmsg
[GFS2] Pass the correct value to kunmap_atomic
[GFS2] Fix bug where lock not held
[DLM] Kconfig: don't show an empty DLM menu
[GFS2] Fix uninitialised variable
[GFS2] Fix a size calculation error
Diffstat (limited to 'fs/gfs2/rgrp.h')
-rw-r--r-- | fs/gfs2/rgrp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.h b/fs/gfs2/rgrp.h index 9eedfd12bfff..b01e0cfc99b5 100644 --- a/fs/gfs2/rgrp.h +++ b/fs/gfs2/rgrp.h @@ -32,7 +32,7 @@ void gfs2_rgrp_repolish_clones(struct gfs2_rgrpd *rgd); struct gfs2_alloc *gfs2_alloc_get(struct gfs2_inode *ip); static inline void gfs2_alloc_put(struct gfs2_inode *ip) { - return; /* Se we can see where ip->i_alloc is used */ + return; /* So we can see where ip->i_alloc is used */ } int gfs2_inplace_reserve_i(struct gfs2_inode *ip, |