commit | 700eada82a349f0aeadd43ce4b182b32e4adc5b5 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Thu Sep 29 20:11:03 2016 +0200 |
committer | Richard Weinberger <richard@nod.at> | Mon Dec 12 23:07:38 2016 +0100 |
tree | 5de3b50493243a419fe8a14cdac81f7b0fd4cbe1 | |
parent | 9270b2f4cd9d903ed638c6cb93206baf458bdf46 [diff] |
ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto When we're creating a new inode in UBIFS the inode is not yet exposed and fscrypto calls ubifs_xattr_set() without holding the inode mutex. This is okay but ubifs_xattr_set() has to know about this. Signed-off-by: Richard Weinberger <richard@nod.at>