Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140144
b: refs/heads/master
c: beaec07
h: refs/heads/master
v: v3
  • Loading branch information
Boaz Harrosh committed Mar 31, 2009
1 parent fef0256 commit a0a2602
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 982980d753223fda3864038236b7b94e246895cb
refs/heads/master: beaec07ba6af35d387643b76a2920a7a6e22207b
6 changes: 6 additions & 0 deletions trunk/fs/exofs/exofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ static inline struct exofs_i_info *exofs_i(struct inode *inode)
/* inode.c */
void exofs_truncate(struct inode *inode);
int exofs_setattr(struct dentry *, struct iattr *);
int exofs_write_begin(struct file *file, struct address_space *mapping,
loff_t pos, unsigned len, unsigned flags,
struct page **pagep, void **fsdata);

/*********************
* operation vectors *
Expand All @@ -138,6 +141,9 @@ int exofs_setattr(struct dentry *, struct iattr *);
extern const struct inode_operations exofs_file_inode_operations;
extern const struct file_operations exofs_file_operations;

/* inode.c */
extern const struct address_space_operations exofs_aops;

/* symlink.c */
extern const struct inode_operations exofs_symlink_inode_operations;
extern const struct inode_operations exofs_fast_symlink_inode_operations;
Expand Down
Loading

0 comments on commit a0a2602

Please sign in to comment.