- 06 Apr, 2021 1 commit
-
-
J. R. Okajima authored
In Documentation/ABI/testing/{debug,sys}fs-aufs, I used a notation as brabraN, brabra1 ... brabraN But it caused an error in "make htmldocs". Reported-by: GI Jack See-also: https://github.com/sfjro/aufs5-standalone/issues/4 Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
-
- 09 Mar, 2019 1 commit
-
-
J. R. Okajima authored
The branch path can be much longer and it is not suitable to print via /proc/mounts as a part of mount options. Aufs can show it either separately via sysfs or /proc/mounts (as a part of mount options). This approach affects the lifetime of aufs objects and sbinfo contains kobject (in another commit). Theoretically user can disable CONFIG_SYSFS, but the lifetime management is always necessary. So supporting sysfs is split into two files, sysaufs.c and sysfs.c. sysaufs.c is always compiled, but sysfs.c is compiled only when CONFIG_SYSFS is enabled. Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
-