Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69246
b: refs/heads/master
c: c03025d
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 9, 2007
1 parent a2610cc commit 4964ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8fb559f87fee7f71dbf9a595095ad7d8e84c55e7
refs/heads/master: c03025d55540bd648f2546659090140ecc835572
5 changes: 5 additions & 0 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ extern const struct inode_operations nfs3_file_inode_operations;
extern const struct file_operations nfs_file_operations;
extern const struct address_space_operations nfs_file_aops;

static inline struct nfs_open_context *nfs_file_open_context(struct file *filp)
{
return filp->private_data;
}

static inline struct rpc_cred *nfs_file_cred(struct file *file)
{
if (file != NULL) {
Expand Down

0 comments on commit 4964ad7

Please sign in to comment.