fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
[linux-block.git] / fs / reiserfs / xattr_acl.c
index dbed42f755e01ff46518efb35e46a06036b1b52d..c6eaab0481d32b52d362dcae710c06b42d1dddc0 100644 (file)
@@ -277,7 +277,7 @@ __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode,
        if (error == -ENODATA) {
                error = 0;
                if (type == ACL_TYPE_ACCESS) {
-                       inode->i_ctime = CURRENT_TIME_SEC;
+                       inode->i_ctime = current_time(inode);
                        mark_inode_dirty(inode);
                }
        }