public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Hugo Mills <hugo@carfax.org.uk>
To: Hemanth Kumar <hemanthkumar51@gmail.com>
Cc: sandeen@redhat.com, sensille@gmx.net, ganeshkumar14@gmail.com,
	praneethu.u@gmail.com, xfs@oss.sgi.com, bo.li.liu@oracle.com,
	skjmca51@gmail.com, chetahan.casey@gmail.com,
	kirantpatil@gmail.com, linux-btrfs@vger.kernel.org
Subject: Re: [test] comments removed
Date: Fri, 15 Feb 2013 08:47:33 +0000	[thread overview]
Message-ID: <20130215084733.GH28997@carfax.org.uk> (raw)
In-Reply-To: <1360909755-2966-1-git-send-email-hemanthkumar51@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2855 bytes --]

On Fri, Feb 15, 2013 at 11:59:15AM +0530, Hemanth Kumar wrote:

   No description of what the patch does. You should probably also put
[btrfs-progs] in the subject line, if you're patching against
btrfs-progs (and in that case, you probably don't need to cc the xfs
people).

   More comments below.

   Hugo.

> Signed-off-by: Hemanth Kumar <hemanthkumar51@gmail.com>
> ---
>  0001-heirarchical-quotas-test-case.patch | 44 ++++++++++++++++++++++++++++++++
        hierarchical

>  hquotas.sh                               |  2 --
>  2 files changed, 44 insertions(+), 2 deletions(-)
>  create mode 100644 0001-heirarchical-quotas-test-case.patch
> 
> diff --git a/0001-heirarchical-quotas-test-case.patch b/0001-heirarchical-quotas-test-case.patch

    And here

> new file mode 100644
> index 0000000..c6577e0
> --- /dev/null
> +++ b/0001-heirarchical-quotas-test-case.patch

    And here

> @@ -0,0 +1,44 @@
> +From 9f49a870eab70ae37028f937331f9ec1b67dadb1 Mon Sep 17 00:00:00 2001
> +From: Hemanth Kumar <hemanthkumar51@gmail.com>
> +Date: Fri, 15 Feb 2013 11:21:03 +0530
> +Subject: [test] heirarchical quotas test case
> +
> +
> +Signed-off-by: Hemanth Kumar <hemanthkumar51@gmail.com>

   You're sending a patch file that creates a patch file? This is wrong.

> +---
> + hquotas.sh | 8 ++++----
> + 1 file changed, 4 insertions(+), 4 deletions(-)
> +
> +diff --git a/hquotas.sh b/hquotas.sh
> +index 2eaae01..a870d4a 100644
> +--- a/hquotas.sh
> ++++ b/hquotas.sh
> +@@ -1,7 +1,5 @@
> + #! /bin/bash
> +-# btrfs quotas test case
> +-#owner=hemanthkumar51@gamil.com ganeshkumr14@gmail.com
> +-
> ++# btrfs hierarchical quotas test case
> + #here=`pwd`
> + #tmp=/sample
> + status=1
> +@@ -11,6 +9,8 @@ cleanup()
> + 	btrfs subvolume delete $TEST_DIR/vol1/vol2/vol3
> + 	btrfs subvolume delete $TEST_DIR/vol1/vol2
> + 	btrfs subvolume delete $TEST_DIR/vol1
> ++	btrfs quota disable $TEST_DIR
> ++	echo"quota disabled"
> + }
> + 
> + #trap "_cleanup ; exit \$status" 0 1 2 3 15
> +@@ -25,6 +25,6 @@ btrfs qgroup limit 3m $TEST_DIR/vol1/vol2
> + btrfs qgroup limit 1m $TEST_DIR/vol1/vol2/vol3
> + dd if=$TEST_DEV of=$TEST_DIR/vol1/vol2/vol3/file3 bs=2M count=1
> + dd if=$TEST_DEV of=$TEST_DIR/vol1/vol2/file2 bs=1M count=1
> +-dd if=$TEST_DEV of=$TEST_DIR/vol1/file1 bs=5M count=1
> ++dd if=$TEST_DEV of=$TEST_DIR/vol1/file1 bs=4M count=1
> + cleanup
> + exit
> +-- 
> +1.8.1.2
> +
> diff --git a/hquotas.sh b/hquotas.sh
> index a870d4a..672b6d1 100644
> --- a/hquotas.sh
> +++ b/hquotas.sh
> @@ -1,7 +1,5 @@
>  #! /bin/bash
>  # btrfs hierarchical quotas test case
> -#here=`pwd`
> -#tmp=/sample
>  status=1
>  
>  cleanup()

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
                    --- Beware geeks bearing GIFs ---                    

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2013-02-15  8:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-15  6:29 [test] comments removed Hemanth Kumar
2013-02-15  8:47 ` Hugo Mills [this message]
2013-02-15 12:31   ` Hemanth Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130215084733.GH28997@carfax.org.uk \
    --to=hugo@carfax.org.uk \
    --cc=bo.li.liu@oracle.com \
    --cc=chetahan.casey@gmail.com \
    --cc=ganeshkumar14@gmail.com \
    --cc=hemanthkumar51@gmail.com \
    --cc=kirantpatil@gmail.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=praneethu.u@gmail.com \
    --cc=sandeen@redhat.com \
    --cc=sensille@gmx.net \
    --cc=skjmca51@gmail.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox