aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/trans.h')
-rw-r--r--fs/gfs2/trans.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/gfs2/trans.h b/fs/gfs2/trans.h
index f7f3e2a3d59..6b5e9e8bf56 100644
--- a/fs/gfs2/trans.h
+++ b/fs/gfs2/trans.h
@@ -21,12 +21,8 @@
21#define RES_STATFS 1 21#define RES_STATFS 1
22#define RES_QUOTA 2 22#define RES_QUOTA 2
23 23
24#define gfs2_trans_begin(sdp, blocks, revokes) \ 24int gfs2_trans_begin(struct gfs2_sbd *sdp,
25gfs2_trans_begin_i((sdp), (blocks), (revokes), __FILE__, __LINE__) 25 unsigned int blocks, unsigned int revokes);
26
27int gfs2_trans_begin_i(struct gfs2_sbd *sdp,
28 unsigned int blocks, unsigned int revokes,
29 char *file, unsigned int line);
30 26
31void gfs2_trans_end(struct gfs2_sbd *sdp); 27void gfs2_trans_end(struct gfs2_sbd *sdp);
32 28