[PATCH] [0/11] Repost of old VFS BKL patchkit

From: Andi Kleen
Date: Mon May 19 2008 - 08:32:20 EST



Since BKL removal seems to be en-vogue again here's the repost
of the unapplied parts of my older VFS BKL patchkit.

Main difference is port to 2.6.26-rc2 and more fasync conversins.

- Converts remote_llseek to be BKL less. This will either eliminate
or push it down in a couple of network file systems (SMBFS, CIFS, OCFS2,
NCPFS, NFS)
- Converts file flags handling to i_mutex
[BTW while looking over the tree I think there are a few
races in this regard in there anyways. Not all people who modify
that take BKL. Auditing all of them is a separate project.
No difference before/after my patch]
- Adds unlocked_fasync
- Converts lots of fasync users to unlocked_fasync

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/