On 17/05/16 11:27, David Vrabel wrote:
> simple_fill_super() will add symlinks if an entry has mode & S_IFLNK.
> The target is provided in the new "link" field.
Ping?
> Signed-off-by: David Vrabel
> ---
> v2:
> - simplified.
> ---
> fs/libfs.c | 15 +--
> include/linux/fs.h
simple_fill_super() will add symlinks if an entry has mode & S_IFLNK.
The target is provided in the new "link" field.
Signed-off-by: David Vrabel
---
v2:
- simplified.
---
fs/libfs.c | 15 +--
include/linux/fs.h | 2 +-
2 files changed, 14 insertions(+), 3 deletions(-)
diff
simple_fill_super() will add symlinks if an entry has mode & S_IFLNK.
The target is provided in the new "link" field.
Signed-off-by: David Vrabel
---
fs/libfs.c | 23 ---
include/linux/fs.h | 2 +-
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/fs/li