fuse: add submount support to <uapi/linux/fuse.h>
authorMax Reitz <mreitz@redhat.com>
Tue, 8 Sep 2020 16:01:48 +0000 (18:01 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 18 Sep 2020 13:17:40 +0000 (15:17 +0200)
commitc6ff213fe5b8696c9539a1b34ff03de9306dfff9
tree1718806a3b3a252b06085ca097824943a5d37223
parentd78092e4937de9ce55edcb4ee4c5e3c707be0190
fuse: add submount support to <uapi/linux/fuse.h>

- Add fuse_attr.flags

- Add FUSE_ATTR_SUBMOUNT

  This is a flag for fuse_attr.flags that indicates that the given entry
  resides on a different filesystem than the parent, and as such should
  have a different st_dev.

- Add FUSE_SUBMOUNTS

  The client sets this flag if it supports automounting directories.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
include/uapi/linux/fuse.h