X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Flustre_export.h;fp=lustre%2Finclude%2Flinux%2Flustre_export.h;h=525110dbb8443fb22bf2f199ca00f1252e292b1f;hb=95d394d59bbccbc92af076c985fd664719f8fe12;hp=b4b2fc93abdb4bc265a4dc0c994b9ba7465d1d0c;hpb=ea9014131508e8b27eb2ad04d8a43a7a8b93025e;p=fs%2Flustre-release.git diff --git a/lustre/include/linux/lustre_export.h b/lustre/include/linux/lustre_export.h index b4b2fc9..525110d 100644 --- a/lustre/include/linux/lustre_export.h +++ b/lustre/include/linux/lustre_export.h @@ -76,7 +76,7 @@ struct obd_export { time_t exp_last_request_time; spinlock_t exp_lock; /* protects flags int below */ /* ^ protects exp_outstanding_replies too */ - int exp_flags; + unsigned long exp_flags; int exp_failed:1, exp_replay_needed:1, exp_libclient:1; /* liblustre client? */