Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135831
b: refs/heads/master
c: 7e7f4ea
h: refs/heads/master
i:
  135829: 7f98eba
  135827: 1825f3d
  135823: 6aee81f
v: v3
  • Loading branch information
Jaswinder Singh Rajput committed Feb 2, 2009
1 parent a8f8114 commit 8a93dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 1ff8f739c7cc4eaa89b6ba986494f458ff7bdbef
refs/heads/master: 7e7f4eae28711fbb7f4d5e4b0aa3195776194bc1
15 changes: 7 additions & 8 deletions trunk/include/linux/coda_psdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static inline struct venus_comm *coda_vcp(struct super_block *sb)
return (struct venus_comm *)((sb)->s_fs_info);
}


#ifdef __KERNEL__
/* upcalls */
int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
int venus_getattr(struct super_block *sb, struct CodaFid *fid,
Expand Down Expand Up @@ -64,6 +64,12 @@ int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
int venus_fsync(struct super_block *sb, struct CodaFid *fid);
int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);

/*
* Statistics
*/

extern struct venus_comm coda_comms[];
#endif /* __KERNEL__ */

/* messages between coda filesystem in kernel and Venus */
struct upc_req {
Expand All @@ -82,11 +88,4 @@ struct upc_req {
#define REQ_WRITE 0x4
#define REQ_ABORT 0x8


/*
* Statistics
*/

extern struct venus_comm coda_comms[];

#endif

0 comments on commit 8a93dcd

Please sign in to comment.