mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-24 00:28:40 +00:00
The sector field is either u64 or unsigned long depending on the arch. This patch casts the sector to unsigned long long to prevent the printf warnings. [ Impact: remove compile warnings ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>