Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359672
b: refs/heads/master
c: 9e0eb85
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Feb 20, 2013
1 parent ad31ed4 commit a0f1433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: fbfab53966b279f9cdb36b96ffa1e22f042c96ff
refs/heads/master: 9e0eb85d5861d512759caf1301670b36d4c221ed
8 changes: 1 addition & 7 deletions trunk/fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -798,13 +798,7 @@ extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);
/* file.c */
extern const struct file_operations ceph_file_fops;
extern const struct address_space_operations ceph_aops;
extern int ceph_copy_to_page_vector(struct page **pages,
const char *data,
loff_t off, size_t len);
extern int ceph_copy_from_page_vector(struct page **pages,
char *data,
loff_t off, size_t len);
extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags);

extern int ceph_open(struct inode *inode, struct file *file);
extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry,
struct file *file, unsigned flags, umode_t mode,
Expand Down

0 comments on commit a0f1433

Please sign in to comment.