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/glops.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/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 013bf5f1552f..a01874c58834 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c | |||
@@ -129,7 +129,6 @@ static void inode_go_xmote_bh(struct gfs2_glock *gl) | |||
129 | 129 | ||
130 | static void inode_go_drop_th(struct gfs2_glock *gl) | 130 | static void inode_go_drop_th(struct gfs2_glock *gl) |
131 | { | 131 | { |
132 | printk(KERN_INFO "drop th %p\n", gl->gl_object); | ||
133 | gfs2_pte_inval(gl); | 132 | gfs2_pte_inval(gl); |
134 | gfs2_glock_drop_th(gl); | 133 | gfs2_glock_drop_th(gl); |
135 | } | 134 | } |
@@ -148,7 +147,6 @@ static void inode_go_sync(struct gfs2_glock *gl, int flags) | |||
148 | 147 | ||
149 | if (test_bit(GLF_DIRTY, &gl->gl_flags)) { | 148 | if (test_bit(GLF_DIRTY, &gl->gl_flags)) { |
150 | if (meta && data) { | 149 | if (meta && data) { |
151 | printk(KERN_INFO "sync all\n"); | ||
152 | gfs2_page_sync(gl, flags | DIO_START); | 150 | gfs2_page_sync(gl, flags | DIO_START); |
153 | gfs2_log_flush(gl->gl_sbd, gl); | 151 | gfs2_log_flush(gl->gl_sbd, gl); |
154 | gfs2_meta_sync(gl, flags | DIO_START | DIO_WAIT); | 152 | gfs2_meta_sync(gl, flags | DIO_START | DIO_WAIT); |
@@ -226,7 +224,6 @@ static int inode_go_lock(struct gfs2_holder *gh) | |||
226 | return 0; | 224 | return 0; |
227 | 225 | ||
228 | if (ip->i_vn != gl->gl_vn) { | 226 | if (ip->i_vn != gl->gl_vn) { |
229 | printk(KERN_INFO "refresh inode %p\n", &ip->i_inode); | ||
230 | error = gfs2_inode_refresh(ip); | 227 | error = gfs2_inode_refresh(ip); |
231 | if (error) | 228 | if (error) |
232 | return error; | 229 | return error; |