/* * 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 */ href='/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-02-10 05:46:46 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-13 22:23:39 -0500
commit37fabbf4d489cc2e1cbf7cde816d9453a65ddfb7 (patch)
tree767cf16a3f51ff5f4c2181ecd892ed5fbc53a3bc /include
parent417d18d38bc63201f6442810476048d2984054c0 (diff)
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
Commit 79e7fff47b7b ("net: remove support for per driver ndo_busy_poll()") made them obsolete. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/busy_poll.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/busy_poll.h b/include/net/busy_poll.h