All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix 284 ENOENT error
@ 2013-01-06 14:30 Liu Bo
  2013-01-10 14:12 ` David Sterba
  2013-01-21 23:04 ` Ben Myers
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Bo @ 2013-01-06 14:30 UTC (permalink / raw)
  To: xfs; +Cc: linux-btrfs

284 misses a 'mkdir' operation.

Signed-off-by: Liu Bo <liub.liubo@gmail.com>
---
 284 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/284 b/284
index c00e6f1..7f4a630 100644
--- a/284
+++ b/284
@@ -44,6 +44,7 @@ _create_file()
 	if [ $1 -ne 2 ]; then
 		tmpfile="$SCRATCH_MNT/tmp_file"
 	else
+		mkdir -p $SCRATCH_MNT/tmp_dir
 		tmpfile="$SCRATCH_MNT/tmp_dir/tmp_file"
 	fi
 		
-- 
1.7.7.6


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

* Re: [PATCH] xfstests: fix 284 ENOENT error
  2013-01-06 14:30 [PATCH] xfstests: fix 284 ENOENT error Liu Bo
@ 2013-01-10 14:12 ` David Sterba
  2013-01-21 23:04 ` Ben Myers
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2013-01-10 14:12 UTC (permalink / raw)
  To: Liu Bo; +Cc: xfs, linux-btrfs

On Sun, Jan 06, 2013 at 10:30:38PM +0800, Liu Bo wrote:
> 284 misses a 'mkdir' operation.
> 
> Signed-off-by: Liu Bo <liub.liubo@gmail.com>
Tested-by: David Sterba <dsterba@suse.cz>

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

* Re: [PATCH] xfstests: fix 284 ENOENT error
  2013-01-06 14:30 [PATCH] xfstests: fix 284 ENOENT error Liu Bo
  2013-01-10 14:12 ` David Sterba
@ 2013-01-21 23:04 ` Ben Myers
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Myers @ 2013-01-21 23:04 UTC (permalink / raw)
  To: Liu Bo; +Cc: xfs, linux-btrfs

Hey Liu,

On Sun, Jan 06, 2013 at 10:30:38PM +0800, Liu Bo wrote:
> 284 misses a 'mkdir' operation.
> 
> Signed-off-by: Liu Bo <liub.liubo@gmail.com>

Reviewed-by: Ben Myers <bpm@sgi.com>

Applied to git://oss.sgi.com/xfs/cmds/xfstests.git

Regards,
	Ben

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

end of thread, other threads:[~2013-01-21 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-06 14:30 [PATCH] xfstests: fix 284 ENOENT error Liu Bo
2013-01-10 14:12 ` David Sterba
2013-01-21 23:04 ` Ben Myers

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.