diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-19 09:10:39 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-19 09:10:39 -0400 |
commit | 3a8476dda13bc6690c5c2d5f1d3078048392c188 (patch) | |
tree | 1d08bad458d78ce27bec02416491d0f86a454b82 /fs/gfs2/lops.c | |
parent | feaa7bba026c181ce071d5a4884f7f9dd26207a1 (diff) |
[GFS2] Remove debugging printks
A few of my printks slipped through last time. Also fix a couple of
minor bugs.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/lops.c')
-rw-r--r-- | fs/gfs2/lops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c index a76f1a778920..93563e72ae49 100644 --- a/fs/gfs2/lops.c +++ b/fs/gfs2/lops.c | |||
@@ -650,7 +650,7 @@ static void databuf_lo_before_commit(struct gfs2_sbd *sdp) | |||
650 | } else | 650 | } else |
651 | gfs2_log_unlock(sdp); | 651 | gfs2_log_unlock(sdp); |
652 | 652 | ||
653 | kfree(bd1); | 653 | kmem_cache_free(gfs2_bufdata_cachep, bd1); |
654 | } | 654 | } |
655 | 655 | ||
656 | /* We've removed all the ordered write bufs here, so only jdata left */ | 656 | /* We've removed all the ordered write bufs here, so only jdata left */ |