Select Git revision
-
Ryusuke Konishi authored
This rewrites functions using ifile so that they get ifile from nilfs_root object, and will remove sbi->s_ifile. Some functions that don't know the root object are extended to receive it from caller. Signed-off-by:
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Ryusuke Konishi authoredThis rewrites functions using ifile so that they get ifile from nilfs_root object, and will remove sbi->s_ifile. Some functions that don't know the root object are extended to receive it from caller. Signed-off-by:
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
xdp.h 239 B
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NETNS_XDP_H__
#define __NETNS_XDP_H__
#include <linux/rculist.h>
#include <linux/mutex.h>
struct netns_xdp {
struct mutex lock;
struct hlist_head list;
};
#endif /* __NETNS_XDP_H__ */