Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
6693
Description
The SLES implementation of ext4_mkdir has added error handling via upstream kernel commit dabd991f (v2.6.38). This causes the context for ext4_add_dot_dotdot/ext4_mkdir to differ between the two releases. In order to resync the context so the code is more similar between the releases, we can backport the ext4_mkdir error handling and have essentially the same code on both releases.