aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2012-08-03 14:39:02 +0100
committerJohn Rigby <john.rigby@linaro.org>2012-08-15 23:46:21 -0600
commit4f797abda25d5b5b6fc7bab757b483c8d4cb169c (patch)
tree44f71320622ed47fd960eb742463ca4d48477c95 /fs/inode.c
parentd57d442a509f0d0a68ee2423404fcc403f09631c (diff)
UBUNTU: ubuntu: AUFS -- aufs3-base.patch
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'fs/inode.c')
-rw-r--r--fs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c
index 59cc8b0453a..8c376212f5a 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1491,7 +1491,7 @@ static int relatime_need_update(struct vfsmount *mnt, struct inode *inode,
* This does the actual work of updating an inodes time or version. Must have
* had called mnt_want_write() before calling this.
*/
-static int update_time(struct inode *inode, struct timespec *time, int flags)
+int update_time(struct inode *inode, struct timespec *time, int flags)
{
if (inode->i_op->update_time)
return inode->i_op->update_time(inode, time, flags);