Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69263
b: refs/heads/master
c: 8edb018
h: refs/heads/master
i:
  69261: f9109a4
  69259: 5e867ca
  69255: a93bc61
  69247: 3b9923c
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 9, 2007
1 parent 504ad03 commit fb495c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 70ca88521fc7bee8ef0fc22033a439d4b9a2c70d
refs/heads/master: 8edb01828837302055a8f0afddb2256659480bc5
6 changes: 3 additions & 3 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ static inline int NFS_USE_READDIRPLUS(struct inode *inode)

/**
* nfs_save_change_attribute - Returns the inode attribute change cookie
* @inode - pointer to inode
* @dir - pointer to parent directory inode
* The "change attribute" is updated every time we finish an operation
* that will result in a metadata change on the server.
*/
static inline long nfs_save_change_attribute(struct inode *inode)
static inline unsigned long nfs_save_change_attribute(struct inode *dir)
{
return NFS_I(inode)->cache_change_attribute;
return NFS_I(dir)->cache_change_attribute;
}

/**
Expand Down

0 comments on commit fb495c9

Please sign in to comment.