diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f (patch) | |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/super.c | |
parent | 7276b3b0c77101f8b3f4e45e89a29cf9045e831a (diff) |
[GFS2/DLM] Fix trailing whitespace
As per Andrew Morton's request, removed trailing whitespace.
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index fe207a3e206e..f6ce5e4eaf7e 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -650,8 +650,7 @@ void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, | |||
650 | l_sc->sc_total += total; | 650 | l_sc->sc_total += total; |
651 | l_sc->sc_free += free; | 651 | l_sc->sc_free += free; |
652 | l_sc->sc_dinodes += dinodes; | 652 | l_sc->sc_dinodes += dinodes; |
653 | gfs2_statfs_change_out(l_sc, l_bh->b_data + | 653 | gfs2_statfs_change_out(l_sc, l_bh->b_data + sizeof(struct gfs2_dinode)); |
654 | sizeof(struct gfs2_dinode)); | ||
655 | spin_unlock(&sdp->sd_statfs_spin); | 654 | spin_unlock(&sdp->sd_statfs_spin); |
656 | 655 | ||
657 | brelse(l_bh); | 656 | brelse(l_bh); |
@@ -678,7 +677,7 @@ int gfs2_statfs_sync(struct gfs2_sbd *sdp) | |||
678 | 677 | ||
679 | spin_lock(&sdp->sd_statfs_spin); | 678 | spin_lock(&sdp->sd_statfs_spin); |
680 | gfs2_statfs_change_in(m_sc, m_bh->b_data + | 679 | gfs2_statfs_change_in(m_sc, m_bh->b_data + |
681 | sizeof(struct gfs2_dinode)); | 680 | sizeof(struct gfs2_dinode)); |
682 | if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) { | 681 | if (!l_sc->sc_total && !l_sc->sc_free && !l_sc->sc_dinodes) { |
683 | spin_unlock(&sdp->sd_statfs_spin); | 682 | spin_unlock(&sdp->sd_statfs_spin); |
684 | goto out_bh; | 683 | goto out_bh; |