Andrew Morton <akpm@xxxxxxxx> wrote:IIRC it was intended to access one of the flag fields under dentry->d_lock.
Here be another patch.
Can't help myself!
- d_vfs_flags can be removed - just use d_flags. It looks like someone
added d_vfs_flags with the intent of doing bitops on it, but all
modifications are under dcache_lock. 4 bytes saved.