From 683bbd8e0f40571512c8948939150125b40a9b33 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 9 Oct 2009 09:54:36 -0400 Subject: [PATCH] --- yaml --- r: 167261 b: refs/heads/master c: 82d339d9b3a6395f17d3253887653250b693b74b h: refs/heads/master i: 167259: c501c184fa7153a326ce2353c1dd0714ba8fb7a6 v: v3 --- [refs] | 2 +- trunk/fs/btrfs/ctree.h | 2 +- trunk/fs/btrfs/inode.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ba45be2c3761..38df3edb8dc0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 94fcca9f8999e7828d5f4dc181daa39cad2af38a +refs/heads/master: 82d339d9b3a6395f17d3253887653250b693b74b diff --git a/trunk/fs/btrfs/ctree.h b/trunk/fs/btrfs/ctree.h index 16ddb19dda86..36a19cd43e03 100644 --- a/trunk/fs/btrfs/ctree.h +++ b/trunk/fs/btrfs/ctree.h @@ -2330,7 +2330,7 @@ int btrfs_orphan_del(struct btrfs_trans_handle *trans, struct inode *inode); void btrfs_orphan_cleanup(struct btrfs_root *root); int btrfs_cont_expand(struct inode *inode, loff_t size); int btrfs_invalidate_inodes(struct btrfs_root *root); -extern struct dentry_operations btrfs_dentry_operations; +extern const struct dentry_operations btrfs_dentry_operations; /* ioctl.c */ long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); diff --git a/trunk/fs/btrfs/inode.c b/trunk/fs/btrfs/inode.c index d3585cb6483c..d960492d3d88 100644 --- a/trunk/fs/btrfs/inode.c +++ b/trunk/fs/btrfs/inode.c @@ -5840,6 +5840,6 @@ static struct inode_operations btrfs_symlink_inode_operations = { .removexattr = btrfs_removexattr, }; -struct dentry_operations btrfs_dentry_operations = { +const struct dentry_operations btrfs_dentry_operations = { .d_delete = btrfs_dentry_delete, };