/* * linux/fs/hfsplus/acl.h * * Vyacheslav Dubeyko * * Handler for Posix Access Control Lists (ACLs) support. */ #include #ifdef CONFIG_HFSPLUS_FS_POSIX_ACL /* posix_acl.c */ struct posix_acl *hfsplus_get_posix_acl(struct inode *inode, int type); int hfsplus_set_posix_acl(struct inode *inode, struct posix_acl *acl, int type); extern int hfsplus_init_posix_acl(struct inode *, struct inode *); #else /* CONFIG_HFSPLUS_FS_POSIX_ACL */ #define hfsplus_get_posix_acl NULL #define hfsplus_set_posix_acl NULL static inline int hfsplus_init_posix_acl(struct inode *inode, struct inode *dir) { return 0; } #endif /* CONFIG_HFSPLUS_FS_POSIX_ACL */ ='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2017-01-26 09:56:15 -0700
committerJens Axboe <axboe@fb.com>2017-01-26 09:56:15 -0700
commit0d4ee015d5ea50febb882d00520d62c6de3f725c (patch)
tree6bd2e032e00c34590a8d39d5a43b6a7518d1384d /net/hsr/hsr_device.c
parent690e5325b8c7d5db05fc569c0f7b888bb4248272 (diff)
parent19e420bb4076ace670addc55300e3b8c4a02dfc6 (diff)
Merge branch 'nvme-4.10-fixes' of git://git.infradead.org/nvme into for-linus
Pull nvme target fixes from Sagi: Given that its -rc6, I removed anything that is not bug fix. - nvmet-fc discard fix from Christoph - queue disconnect fix from James - nvmet-rdma dma sync fix from Parav - Some more nvmet fixes
Diffstat (limited to 'net/hsr/hsr_device.c')