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:
Zach Brown
2020-04-22 13:48:55 -07:00
committed by Zach Brown
parent 495358996c
commit 7da8ddb8a1

View File

@@ -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;