aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/9p/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h
index 6b031ab6e4db..5ff70f433e87 100644
--- a/include/net/9p/client.h
+++ b/include/net/9p/client.h
@@ -187,7 +187,7 @@ struct p9_fid {
187 int mode; 187 int mode;
188 struct p9_qid qid; 188 struct p9_qid qid;
189 u32 iounit; 189 u32 iounit;
190 uid_t uid; 190 kuid_t uid;
191 191
192 void *rdir; 192 void *rdir;
193 193