diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/Fh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Fh.h b/src/client/Fh.h index 59f8f33d362..3c573c2c14e 100644 --- a/src/client/Fh.h +++ b/src/client/Fh.h @@ -14,8 +14,6 @@ struct Fh { int mds; // have to talk to mds we opened with (for now) int mode; // the mode i opened the file with - bool is_lazy() { return mode & O_LAZY; } - int flags; bool pos_locked; // pos is currently in use list<Cond*> pos_waiters; // waiters for pos |