aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r--fs/gfs2/glops.c3
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
130static void inode_go_drop_th(struct gfs2_glock *gl) 130static 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;