diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-10-17 02:26:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:46 -0400 |
commit | deba0f49b9345f885a53a077623a68cef89c01d5 (patch) | |
tree | cd8538a476ac76ff41a7070c472b1f28cda536e2 /fs/reiserfs/inode.c | |
parent | e423003028183df54f039dfda8b58c49e78c89d7 (diff) |
fs/reiserfs/: cleanups
- remove the following no longer used functions:
- bitmap.c: reiserfs_claim_blocks_to_be_allocated()
- bitmap.c: reiserfs_release_claimed_blocks()
- bitmap.c: reiserfs_can_fit_pages()
- make the following functions static:
- inode.c: restart_transaction()
- journal.c: reiserfs_async_progress_wait()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Vladimir V. Saveliev <vs@namesys.com>
Cc: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/inode.c')
-rw-r--r-- | fs/reiserfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c index 95051d44a918..9ea12004fa57 100644 --- a/fs/reiserfs/inode.c +++ b/fs/reiserfs/inode.c | |||
@@ -208,8 +208,8 @@ static int file_capable(struct inode *inode, long block) | |||
208 | return 0; | 208 | return 0; |
209 | } | 209 | } |
210 | 210 | ||
211 | /*static*/ int restart_transaction(struct reiserfs_transaction_handle *th, | 211 | static int restart_transaction(struct reiserfs_transaction_handle *th, |
212 | struct inode *inode, struct treepath *path) | 212 | struct inode *inode, struct treepath *path) |
213 | { | 213 | { |
214 | struct super_block *s = th->t_super; | 214 | struct super_block *s = th->t_super; |
215 | int len = th->t_blocks_allocated; | 215 | int len = th->t_blocks_allocated; |