summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-03-09 08:30:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-09 08:30:24 +0100
commitac1bffb220f6ca82960bf4a2c6f543e953b3b806 (patch)
tree30a6326c35c34258cd41e192bce53e05ce1347e9 /include
parent22e42ca3fc591ddb342e43f86cf2931870bea042 (diff)
parent6977292a34d7d8663997df4fcb4f0c520fbc4b29 (diff)
downloadbarebox-ac1bffb220f6ca82960bf4a2c6f543e953b3b806.tar.gz
barebox-ac1bffb220f6ca82960bf4a2c6f543e953b3b806.tar.xz
Merge branch 'for-next/fs'
Diffstat (limited to 'include')
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index b8a95a20a7..f95464de6a 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -30,7 +30,7 @@ typedef struct filep {
loff_t size; /* The size of this inode */
ulong flags; /* the O_* flags from open */
- void *inode; /* private to the filesystem driver */
+ void *priv; /* private to the filesystem driver */
/* private fields. Mapping between FILE and filedescriptor number */
int no;