https://github.com/torvalds/linux
Revision cf10e82bdc0d38d09dfaf46d0daf56136138ef3f authored by David Chinner on 07 December 2007, 03:09:11 UTC, committed by Lachlan McIlroy on 10 December 2007, 02:47:56 UTC
The recent I_LOCK->I_SYNC changes mistakenly changed xfs_ichgtime to look
at I_SYNC instead of I_LOCK. This was incorrect and prevents newly created
inodes from moving to the dirty list. Change this to the correct check
which is for I_NEW, not I_LOCK or I_SYNC so that behaviour is correct.

SGI-PV: 974225
SGI-Modid: xfs-linux-melb:xfs-kern:30204a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
1 parent 978c7b2
History
Tip revision: cf10e82bdc0d38d09dfaf46d0daf56136138ef3f authored by David Chinner on 07 December 2007, 03:09:11 UTC
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
Tip revision: cf10e82
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 619 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.1 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 93.0 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top