A backport is not that likely. The patch removes iget4 and as a result
breaks compatibility for binary-only kernel modules that use iget and/or
iget4. So, I don't believe this patch is appropriate for a stable series.
I'm going to fix the iget4 race in 2.4 by adding a per-superblock
semaphore around the call to iget4 in Coda. My guess is that NFS and
ReiserFS will have to do something similar. Filesystems that do not
use a special 'find_actor' (i.e. iget) don't have a problem in 2.4.
Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/