mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-10 05:37:25 +00:00
scoutfs: fix data.h include guard
The identifier for data.h's include guard was brought over from an old file and still had the old name. Update it to reflect it's use in data, not filerw. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _SCOUTFS_FILERW_H_
|
||||
#define _SCOUTFS_FILERW_H_
|
||||
#ifndef _SCOUTFS_DATA_H_
|
||||
#define _SCOUTFS_DATA_H_
|
||||
|
||||
struct scoutfs_lock;
|
||||
struct scoutfs_ioctl_data_waiting_entry;
|
||||
|
||||
Reference in New Issue
Block a user