diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-04 14:47:06 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-04 14:47:06 -0400 |
commit | 82ffa51637f9239aaddd3151fb0d41c657f760db (patch) | |
tree | 13f06a70337998d81a6053dda28e892a7a6fdfcc /fs/gfs2/meta_io.c | |
parent | c26687113aea9a11c6f23ddf668f1fe43eca4ce7 (diff) |
[GFS2] More style changes
As per Jan Engelhardt's fourth email, this is the first part of the
change set with a few minor style points.
Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/meta_io.c')
-rw-r--r-- | fs/gfs2/meta_io.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index 5b10379c20eb..6af3521339fc 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c | |||
@@ -460,11 +460,10 @@ void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh, | |||
460 | bd->bd_gl = gl; | 460 | bd->bd_gl = gl; |
461 | 461 | ||
462 | INIT_LIST_HEAD(&bd->bd_list_tr); | 462 | INIT_LIST_HEAD(&bd->bd_list_tr); |
463 | if (meta) { | 463 | if (meta) |
464 | lops_init_le(&bd->bd_le, &gfs2_buf_lops); | 464 | lops_init_le(&bd->bd_le, &gfs2_buf_lops); |
465 | } else { | 465 | else |
466 | lops_init_le(&bd->bd_le, &gfs2_databuf_lops); | 466 | lops_init_le(&bd->bd_le, &gfs2_databuf_lops); |
467 | } | ||
468 | bh->b_private = bd; | 467 | bh->b_private = bd; |
469 | 468 | ||
470 | if (meta) | 469 | if (meta) |