X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fautofs4%2Fautofs_i.h;h=a439548de785dde9497ed13b2063b696ed773d7f;hb=5a9294e5c535deab69831076af15cd35e1c95f8b;hp=f0d268b97d19657929ac2f50cd3bc0e1a80436c7;hpb=2162b80fcadf5b0afff08b540bd141f8a5ff5ed1;p=linux-2.6-block.git diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index f0d268b97d19..a439548de785 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -70,9 +70,13 @@ struct autofs_info { }; #define AUTOFS_INF_EXPIRING (1<<0) /* dentry in the process of expiring */ -#define AUTOFS_INF_NO_RCU (1<<1) /* the dentry is being considered +#define AUTOFS_INF_WANT_EXPIRE (1<<1) /* the dentry is being considered * for expiry, so RCU_walk is - * not permitted + * not permitted. If it progresses to + * actual expiry attempt, the flag is + * not cleared when EXPIRING is set - + * in that case it gets cleared only + * when it comes to clearing EXPIRING. */ #define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */