! has more priority than &, so !flags & SYSFS_UNLINK_KEEP_ANCESTOR is not very likely. Change to !(flags & SYSFS_UNLINK_KEEP_ANCESTOR)
58 KiB
58 KiB
! has more priority than &, so !flags & SYSFS_UNLINK_KEEP_ANCESTOR is not very likely. Change to !(flags & SYSFS_UNLINK_KEEP_ANCESTOR)