Closed rafal-krypa closed 11 years ago
Using openat() on pre-opened smackfs directory eliminates need to construct absolute path to a smackfs file before opening it.
This patch is very similar to 0426039, so maybe I missed some shortcomings that should be improved. Differences:
verify_smackmnt()
smackfs_mnt
Using openat() on pre-opened smackfs directory eliminates need to construct absolute path to a smackfs file before opening it.
This patch is very similar to 0426039, so maybe I missed some shortcomings that should be improved. Differences:
verify_smackmnt()
returning 0 and not settingsmackfs_mnt
when a read-only smackfs is found.