yaffs: Cache object xattrib state.
authorCharles Manning <cdhmanning@gmail.com>
Wed, 8 Sep 2010 21:20:23 +0000 (09:20 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Wed, 8 Sep 2010 21:20:23 +0000 (09:20 +1200)
We cache whether or not an object has xattributes.

This is done to get around the problem of the Linux VFS trying to check security
capabilities on every write. Assuming that most files don't have security
attributes, this code will save on a huge amount of reads and make writing
faster.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found