diff options
author | David Sterba <dsterba@suse.cz> | 2011-05-04 12:56:49 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2011-05-04 14:01:26 +0200 |
commit | 621496f4fd56195b7b273521f467c2945165481f (patch) | |
tree | c4ae099610e1c43eafd48931aa9d8cac776f8fdb /fs/btrfs/tree-log.h | |
parent | 8cc33e5c19bf01c7617608669be8c1b4f663eb2f (diff) | |
download | linux-3.10-621496f4fd56195b7b273521f467c2945165481f.tar.gz linux-3.10-621496f4fd56195b7b273521f467c2945165481f.tar.bz2 linux-3.10-621496f4fd56195b7b273521f467c2945165481f.zip |
btrfs: remove unused function prototypes
function prototypes without a body
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/tree-log.h')
-rw-r--r-- | fs/btrfs/tree-log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.h b/fs/btrfs/tree-log.h index 3dfae84c8cc..2270ac58d74 100644 --- a/fs/btrfs/tree-log.h +++ b/fs/btrfs/tree-log.h @@ -38,7 +38,6 @@ int btrfs_del_inode_ref_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *root, const char *name, int name_len, struct inode *inode, u64 dirid); -int btrfs_join_running_log_trans(struct btrfs_root *root); int btrfs_end_log_trans(struct btrfs_root *root); int btrfs_pin_log_trans(struct btrfs_root *root); int btrfs_log_inode_parent(struct btrfs_trans_handle *trans, |