On Thu, Jun 11, 2009 at 1:07 PM, <[email protected]> wrote: > From: Pekka Pessi <[email protected]> > > Issue fsync() system call on a file to ensure its buffers are synchronized > with the backing storage. > > Signed-off-by: Alexander Shishkin <[email protected]>
Please use CONFIG_WERROR. With CONFIG_WERROR=y: CC coreutils/fsync.o cc1: warnings being treated as errors coreutils/fsync.c: In function 'fsync_main': coreutils/fsync.c:15: error: unused parameter 'argc' make[1]: *** [coreutils/fsync.o] Error 1 I can fix it on my end and commit. What about other concern - "applet creep"? I googled for it and it seems there is no such program on Linux yet. Since you propose it, I'm curious what needs made you write it? What is your use case? Is using sync really too much of an overkill in your use case? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
