diff --git a/include/linux/fs.h b/include/linux/fs.h index 9e13b533aaef3450212dec9d989512922aaf1db5..7e3012e0ac06395ee71318731e4b9a2611b31bbe 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1624,8 +1624,6 @@ struct super_operations { * on the bit address once it is done. * * Q: What is the difference between I_WILL_FREE and I_FREEING? - * Q: igrab() only checks on (I_FREEING|I_WILL_FREE). Should it also check on - * I_CLEAR? If not, why? */ #define I_DIRTY_SYNC 1 #define I_DIRTY_DATASYNC 2