Commit 0a6bfe99 authored by Hans Reiser's avatar Hans Reiser Committed by Linus Torvalds

[PATCH] ReiserFS directory atime fix

This patch is to fix a problem when directory's atime was not updated on
readdir(). Patch is written by Chris Mason.
parent 17b581c6
......@@ -180,6 +180,7 @@ static int reiserfs_readdir (struct file * filp, void * dirent, filldir_t filldi
filp->f_pos = next_pos;
pathrelse (&path_to_entry);
reiserfs_check_path(&path_to_entry) ;
UPDATE_ATIME(inode) ;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment