From fb495c9982209b6892b2ed03726a19f4fa05ffde Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Sat, 29 Sep 2007 17:14:03 -0400 Subject: [PATCH] --- yaml --- r: 69263 b: refs/heads/master c: 8edb01828837302055a8f0afddb2256659480bc5 h: refs/heads/master i: 69261: f9109a482671577c8c1039645e72caf33919eabb 69259: 5e867caddc01404b333691572ba4ed3df7882ad5 69255: a93bc6179702d7bfec9b06d80f4f81204a4a190b 69247: 3b9923c641ce03fb8e42bb66b018747851a42666 v: v3 --- [refs] | 2 +- trunk/include/linux/nfs_fs.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f6ec28cd1466..fbd2c5964fa2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70ca88521fc7bee8ef0fc22033a439d4b9a2c70d +refs/heads/master: 8edb01828837302055a8f0afddb2256659480bc5 diff --git a/trunk/include/linux/nfs_fs.h b/trunk/include/linux/nfs_fs.h index 9449286c5867..a765dd456922 100644 --- a/trunk/include/linux/nfs_fs.h +++ b/trunk/include/linux/nfs_fs.h @@ -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; } /**