aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-09-14 10:22:47 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-09-14 10:22:47 -0400
commit34287aa3605d52ef5a4b6e5e2cca98667166508b (patch)
tree9fe98c52d32c2bfe0ee37115b7bafa1dae7f320d /fs/btrfs/ctree.h
parent432eba0882a32d6181ba44044f6e576226134784 (diff)
Btrfs: use unlocked_ioctl
No reason to grab the BKL before calling into the btrfs ioctl code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 6d6e94b63803..800a3499cc3f 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1219,10 +1219,7 @@ struct inode *btrfs_alloc_inode(struct super_block *sb);
1219void btrfs_destroy_inode(struct inode *inode); 1219void btrfs_destroy_inode(struct inode *inode);
1220int btrfs_init_cachep(void); 1220int btrfs_init_cachep(void);
1221void btrfs_destroy_cachep(void); 1221void btrfs_destroy_cachep(void);
1222int btrfs_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, 1222long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1223 unsigned long arg);
1224long btrfs_compat_ioctl(struct file *file, unsigned int cmd,
1225 unsigned long arg);
1226struct inode *btrfs_iget_locked(struct super_block *s, u64 objectid, 1223struct inode *btrfs_iget_locked(struct super_block *s, u64 objectid,
1227 struct btrfs_root *root); 1224 struct btrfs_root *root);
1228int btrfs_commit_write(struct file *file, struct page *page, 1225int btrfs_commit_write(struct file *file, struct page *page,