diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2011-03-14 12:40:29 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2011-03-14 12:40:29 +0000 |
commit | c618e87a5fd02aaad006c12d5a80a231dfa39250 (patch) | |
tree | 3f8f1f39fb6dedf3cb72fbd71377cc0eecafc7ce /fs/gfs2/log.c | |
parent | d6a079e82efd5fcbb1c7295f22e123c2cc748018 (diff) | |
download | linux-3.10-c618e87a5fd02aaad006c12d5a80a231dfa39250.tar.gz linux-3.10-c618e87a5fd02aaad006c12d5a80a231dfa39250.tar.bz2 linux-3.10-c618e87a5fd02aaad006c12d5a80a231dfa39250.zip |
GFS2: Update to AIL list locking
The previous patch missed a couple of places where the AIL list
needed locking, so this fixes up those places, plus a comment
is corrected too.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/gfs2/log.c')
-rw-r--r-- | fs/gfs2/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index 4e3c044934e..e7ed31f858d 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c @@ -67,7 +67,7 @@ unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct, * @mapping: The associated mapping (maybe NULL) * @bd: The gfs2_bufdata to remove * - * The log lock _must_ be held when calling this function + * The ail lock _must_ be held when calling this function * */ |