summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-03-01 21:30:08 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-03-01 21:30:08 -0800
commite145fcfa47b9073e1786a4d88e419463653fc7d5 (patch)
treeb32bb165776b1d3fba528cec8dfaef0c9e05f9e9 /include
parent29da67a067bb22fdf637d33c3c5d6809fb3487ea (diff)
[PATCH] more reiserfs cleanups
More cleanups (getblk() use, etc.) in reiserfs (again, cleaning up after merge).
Diffstat (limited to 'include')
-rw-r--r--include/linux/reiserfs_fs_sb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs_sb.h b/include/linux/reiserfs_fs_sb.h
index 0d8ed8d7e8ee..eb166e790a3f 100644
--- a/include/linux/reiserfs_fs_sb.h
+++ b/include/linux/reiserfs_fs_sb.h
@@ -454,6 +454,5 @@ int reiserfs_resize(struct super_block *, unsigned long) ;
#define SB_JOURNAL_MAX_COMMIT_AGE(s) (SB_JOURNAL(s)->s_journal_max_commit_age)
#define SB_JOURNAL_MAX_TRANS_AGE(s) (SB_JOURNAL(s)->s_journal_max_trans_age)
#define SB_JOURNAL_DEV(s) (SB_JOURNAL(s)->j_dev)
-
#endif /* _LINUX_REISER_FS_SB */