All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] configure
@ 2017-05-23 18:43 kusumi.tomohiro
  2017-05-23 18:43 ` [PATCH 1/2] configure: Use single square brackets (POSIX) kusumi.tomohiro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kusumi.tomohiro @ 2017-05-23 18:43 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

Regarding below, whatever I tried ended up just adding unnecessary
complexity on runtime, so I'd like to submit two patches that weren't
picked up in the previous series of commits for now. These two are just
cleanups.

Printing the fs name to error messages for those that compiles but may
fail on runtime could be good enough to make it less insane, however
detecting the fs type from a given regular file path is another less
trivial thing, especially if we want to do it on all supported platforms
(I think du(1) does this).

 http://www.spinics.net/lists/fio/msg05807.html
 >> Yes, so the next one 2/11 actually mostly reverts this, and replace it
 >> with runtime check, so that it works not only with this specific
 >> NetBSD/UFS case, but also for e.g. Linux fs (something other than
 >> ext4, XFS, etc).
 >> I wasn't sure if runtime check (execute $TMPE) is preferred.
 >
 >Let's just drop 1/11 then, and have the first patch cover the runtime of
 >it. But don't do that from configure. Whatever fs is hosting configure
 >is less interesting. Maybe that doesn't support fallocate, but whatever
 >you end up running on does. Or vice versa.
 >
 >> Any how, I'll resend the 1,2,3,4,11 with --cover-letter as you commented.
 > 
 >Thanks!

Tomohiro Kusumi (2):
  configure: Use single square brackets (POSIX)
  configure: Add print_config() for "<config>... <yes|no>" outputs

 configure | 159 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 82 insertions(+), 77 deletions(-)

-- 
2.9.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-24  2:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23 18:43 [PATCH 0/2] configure kusumi.tomohiro
2017-05-23 18:43 ` [PATCH 1/2] configure: Use single square brackets (POSIX) kusumi.tomohiro
2017-05-23 18:43 ` [PATCH 2/2] configure: Add print_config() for "<config>... <yes|no>" outputs kusumi.tomohiro
2017-05-24  2:01 ` [PATCH 0/2] configure Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.