To be used for bit wakeup i_flags needs to be an unsigned long or we'll run into trouble on big endian systems. Beause of the 1-byte i_update field right after it this actually causes a fairly large
You could always make the i_update_core boolean a flag bit, and that growth will also go away. Regardless: Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx
To be used for bit wakeup i_flags needs to be an unsigned long or we'll run into trouble on big endian systems. Beause of the 1-byte i_update field right after it this actually causes a fairly large