mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-29 09:26:55 +00:00
scoutfs: remove unused kvec.h
We've removed the last use of kvecs to describe item values. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#ifndef _SCOUTFS_KVEC_H_
|
||||
#define _SCOUTFS_KVEC_H_
|
||||
|
||||
#include <linux/uio.h>
|
||||
|
||||
static inline void kvec_init(struct kvec *kv, void *base, size_t len)
|
||||
{
|
||||
kv->iov_base = base;
|
||||
kv->iov_len = len;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user