aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2019-08-31 21:29:12 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2019-10-30 12:17:04 +0100
commitf3b64b57c044fe2d256cd120b25fd6cbf6c927e9 (patch)
tree0c6d8505d31ea1e414b182a3311aafa0676ed492 /fs/gfs2/file.c
parentgfs2: removed unnecessary semicolon (diff)
downloadlinux-dev-f3b64b57c044fe2d256cd120b25fd6cbf6c927e9.tar.xz
linux-dev-f3b64b57c044fe2d256cd120b25fd6cbf6c927e9.zip
gfs2: Some whitespace cleanups
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/file.c')
-rw-r--r--fs/gfs2/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c
index 997b326247e2..33ace1832294 100644
--- a/fs/gfs2/file.c
+++ b/fs/gfs2/file.c
@@ -933,6 +933,7 @@ out:
brelse(dibh);
return error;
}
+
/**
* calc_max_reserv() - Reverse of write_calc_reserv. Given a number of
* blocks, determine how many bytes can be written.