public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] define common get_max_file_size function
@ 2019-02-26 14:11 Yufen Yu
  2019-02-26 14:11 ` [PATCH v2 1/2] commom/rc: use the common function get_max_file_size Yufen Yu
  2019-02-26 14:11 ` [PATCH v2 2/2] common/rc: add get_max_lfs_filesize to return MAX_LFS_FILESIZE Yufen Yu
  0 siblings, 2 replies; 6+ messages in thread
From: Yufen Yu @ 2019-02-26 14:11 UTC (permalink / raw)
  To: guaneryu; +Cc: fstests

We move get_max_file_size from generic/485 to common rc,
and add max filesize limit to generic/299.

In addition, we pick up the common function get_max_lfs_filesize()
from generic/349, 350, 351 to make code more concise.

Yufen Yu (2):
  commom/rc: use the common function get_max_file_size
  common/rc: add get_max_lfs_filesize to return MAX_LFS_FILESIZE

 common/rc         | 39 +++++++++++++++++++++++++++++++++++++++
 tests/generic/299 |  5 +++++
 tests/generic/349 | 12 +-----------
 tests/generic/350 | 12 +-----------
 tests/generic/351 | 12 +-----------
 tests/generic/485 | 23 -----------------------
 6 files changed, 47 insertions(+), 56 deletions(-)

-- 
2.16.2.dirty

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

end of thread, other threads:[~2019-03-04 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26 14:11 [PATCH v2 0/2] define common get_max_file_size function Yufen Yu
2019-02-26 14:11 ` [PATCH v2 1/2] commom/rc: use the common function get_max_file_size Yufen Yu
2019-03-02  9:17   ` Eryu Guan
2019-02-26 14:11 ` [PATCH v2 2/2] common/rc: add get_max_lfs_filesize to return MAX_LFS_FILESIZE Yufen Yu
2019-03-02  9:23   ` Eryu Guan
2019-03-04 18:12     ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox