mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: simple permission check on hard links
Overlayfs had a bug that hardlinks don't share inode, if chmod/chown/etc. is performed on one of the links then the inode belonging to the other one won't be updated. The following patch fixed this issue: 51f7e52 ovl: share inode for hard link This is a simple test that has nothing overlayfs specific, so make it a generic test. Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
QA output created by 378
|
||||
Permission denied
|
||||
Permission denied
|
||||
Reference in New Issue
Block a user