ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
authorRichard Weinberger <richard@nod.at>
Thu, 29 Sep 2016 18:11:03 +0000 (20:11 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 12 Dec 2016 22:07:38 +0000 (23:07 +0100)
commit700eada82a349f0aeadd43ce4b182b32e4adc5b5
tree5de3b50493243a419fe8a14cdac81f7b0fd4cbe1
parent9270b2f4cd9d903ed638c6cb93206baf458bdf46
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>
fs/ubifs/xattr.c