X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_internal.h;h=5bbe08932d6ec7a16e323929a3c4b81eeb487c0e;hp=95d29f350be9ccacef0d171e8ca100b5207b0435;hb=045c1a968a0478ee57aaa61deed8ec563bf50002;hpb=2b0a34fe43bf4fce5560af61a45e5393c96070a9 diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 95d29f3..5bbe089 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -450,6 +450,8 @@ enum stats_track_type { * suppress_pings */ #define LL_SBI_FAST_READ 0x400000 /* fast read support */ #define LL_SBI_FILE_SECCTX 0x800000 /* set file security context at create */ +/* LL_SBI_PIO 0x1000000 parallel IO support, introduced in + 2.10, abandoned */ #define LL_SBI_TINY_WRITE 0x2000000 /* tiny write support */ #define LL_SBI_FLAGS { \ @@ -477,6 +479,7 @@ enum stats_track_type { "always_ping", \ "fast_read", \ "file_secctx", \ + "pio", \ "tiny_write", \ }