ALTracer commented on code in PR #6605: URL: https://github.com/apache/incubator-nuttx/pull/6605#discussion_r921872494
########## fs/mount/fs_procfs_mount.c: ########## @@ -268,6 +268,26 @@ static int blocks_entry(FAR const char *mountpoint, statbuf->f_blocks - statbuf->f_bavail, statbuf->f_bavail, mountpoint); #else +# if defined(CONFIG_FS_LARGEFILE) && defined(CONFIG_HAVE_LONG_LONG) Review Comment: Well no, in this branch I'm trying to gracefully cast down and print as ul, but still check first for possible overflow since I can compute in ull. This would be impossible if HAVE_LONG_LONG got disabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org