Home
last modified time | relevance | path

Searched hist:c78c7e35a4709b55d3126624662c8f6d7e3d1a5e (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Djournal.cdiff c78c7e35a4709b55d3126624662c8f6d7e3d1a5e Tue Aug 12 08:30:12 CDT 2008 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> UBIFS: xattr bugfixes

Xattr code has not been tested for a while and there were
serveral bugs. One of them is using wrong inode in
'ubifs_jnl_change_xattr()'. The other is a deadlock in
'ubifs_setxattr()': the i_mutex is locked in
'cap_inode_need_killpriv()' path, so deadlock happens when
'ubifs_setxattr()' tries to lock it again.

Thanks to Zoltan Sogor for finding these bugs.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
H A Dxattr.cdiff c78c7e35a4709b55d3126624662c8f6d7e3d1a5e Tue Aug 12 08:30:12 CDT 2008 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> UBIFS: xattr bugfixes

Xattr code has not been tested for a while and there were
serveral bugs. One of them is using wrong inode in
'ubifs_jnl_change_xattr()'. The other is a deadlock in
'ubifs_setxattr()': the i_mutex is locked in
'cap_inode_need_killpriv()' path, so deadlock happens when
'ubifs_setxattr()' tries to lock it again.

Thanks to Zoltan Sogor for finding these bugs.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>