Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167261
b: refs/heads/master
c: 82d339d
h: refs/heads/master
i:
  167259: c501c18
v: v3
  • Loading branch information
Alexey Dobriyan authored and Chris Mason committed Oct 9, 2009
1 parent 9922ce4 commit 683bbd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94fcca9f8999e7828d5f4dc181daa39cad2af38a
refs/heads/master: 82d339d9b3a6395f17d3253887653250b693b74b
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

0 comments on commit 683bbd8

Please sign in to comment.