mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] quota: remove CVS keywords
@ 2008-05-19 22:02 Adrian Bunk
  2008-05-20  0:43 ` Jan Kara
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2008-05-19 22:02 UTC (permalink / raw)
  To: jack; +Cc: linux-kernel

This patch removes CVS keywords that weren't updated for a long time 
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 fs/dquot.c               |    2 --
 include/linux/quota.h    |    2 --
 include/linux/quotaops.h |    3 ---
 3 files changed, 7 deletions(-)

f2096053eb97000dbd556a4a2465c879bdf38670 diff --git a/fs/dquot.c b/fs/dquot.c
index 5ac77da..920e430 100644
--- a/fs/dquot.c
+++ b/fs/dquot.c
@@ -9,8 +9,6 @@
  * implementation is based on one of the several variants of the LINUX
  * inode-subsystem with added complexity of the diskquota system.
  * 
- * Version: $Id: dquot.c,v 6.3 1996/11/17 18:35:34 mvw Exp mvw $
- * 
  * Author:	Marco van Wieringen <mvw@planets.elm.net>
  *
  * Fixes:   Dmitry Gorodchanin <pgmdsg@ibi.com>, 11 Feb 96
diff --git a/include/linux/quota.h b/include/linux/quota.h
index dcddfb2..17eadfd 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -28,8 +28,6 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * Version: $Id: quota.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
  */
 
 #ifndef _LINUX_QUOTA_
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
index f867020..48e02fc 100644
--- a/include/linux/quotaops.h
+++ b/include/linux/quotaops.h
@@ -3,9 +3,6 @@
  * macros expand to the right source-code.
  *
  * Author:  Marco van Wieringen <mvw@planets.elm.net>
- *
- * Version: $Id: quotaops.h,v 1.2 1998/01/15 16:22:26 ecd Exp $
- *
  */
 #ifndef _LINUX_QUOTAOPS_
 #define _LINUX_QUOTAOPS_


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

* Re: [2.6 patch] quota: remove CVS keywords
  2008-05-19 22:02 [2.6 patch] quota: remove CVS keywords Adrian Bunk
@ 2008-05-20  0:43 ` Jan Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kara @ 2008-05-20  0:43 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

On Tue 20-05-08 01:02:52, Adrian Bunk wrote:
> This patch removes CVS keywords that weren't updated for a long time 
> from comments.
  Thanks.

> Signed-off-by: Adrian Bunk <bunk@kernel.org>
  Acked-by: Jan Kara <jack@suse.cz>

								Honza
> 
> ---
> 
>  fs/dquot.c               |    2 --
>  include/linux/quota.h    |    2 --
>  include/linux/quotaops.h |    3 ---
>  3 files changed, 7 deletions(-)
> 
> f2096053eb97000dbd556a4a2465c879bdf38670 diff --git a/fs/dquot.c b/fs/dquot.c
> index 5ac77da..920e430 100644
> --- a/fs/dquot.c
> +++ b/fs/dquot.c
> @@ -9,8 +9,6 @@
>   * implementation is based on one of the several variants of the LINUX
>   * inode-subsystem with added complexity of the diskquota system.
>   * 
> - * Version: $Id: dquot.c,v 6.3 1996/11/17 18:35:34 mvw Exp mvw $
> - * 
>   * Author:	Marco van Wieringen <mvw@planets.elm.net>
>   *
>   * Fixes:   Dmitry Gorodchanin <pgmdsg@ibi.com>, 11 Feb 96
> diff --git a/include/linux/quota.h b/include/linux/quota.h
> index dcddfb2..17eadfd 100644
> --- a/include/linux/quota.h
> +++ b/include/linux/quota.h
> @@ -28,8 +28,6 @@
>   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
>   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
>   * SUCH DAMAGE.
> - *
> - * Version: $Id: quota.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
>   */
>  
>  #ifndef _LINUX_QUOTA_
> diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
> index f867020..48e02fc 100644
> --- a/include/linux/quotaops.h
> +++ b/include/linux/quotaops.h
> @@ -3,9 +3,6 @@
>   * macros expand to the right source-code.
>   *
>   * Author:  Marco van Wieringen <mvw@planets.elm.net>
> - *
> - * Version: $Id: quotaops.h,v 1.2 1998/01/15 16:22:26 ecd Exp $
> - *
>   */
>  #ifndef _LINUX_QUOTAOPS_
>  #define _LINUX_QUOTAOPS_
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* [2.6 patch] quota: remove CVS keywords
@ 2008-08-06 21:10 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-08-06 21:10 UTC (permalink / raw)
  To: Jan Kara, Andrew Morton; +Cc: linux-kernel

This patch removes CVS keywords that weren't updated for a long time 
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Jan Kara <jack@suse.cz>

---

This patch has been sent on:
- 20 May 2008

 fs/dquot.c               |    2 --
 include/linux/quota.h    |    2 --
 include/linux/quotaops.h |    3 ---
 3 files changed, 7 deletions(-)

f2096053eb97000dbd556a4a2465c879bdf38670 diff --git a/fs/dquot.c b/fs/dquot.c
index 5ac77da..920e430 100644
--- a/fs/dquot.c
+++ b/fs/dquot.c
@@ -9,8 +9,6 @@
  * implementation is based on one of the several variants of the LINUX
  * inode-subsystem with added complexity of the diskquota system.
  * 
- * Version: $Id: dquot.c,v 6.3 1996/11/17 18:35:34 mvw Exp mvw $
- * 
  * Author:	Marco van Wieringen <mvw@planets.elm.net>
  *
  * Fixes:   Dmitry Gorodchanin <pgmdsg@ibi.com>, 11 Feb 96
diff --git a/include/linux/quota.h b/include/linux/quota.h
index dcddfb2..17eadfd 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -28,8 +28,6 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * Version: $Id: quota.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $
  */
 
 #ifndef _LINUX_QUOTA_
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
index f867020..48e02fc 100644
--- a/include/linux/quotaops.h
+++ b/include/linux/quotaops.h
@@ -3,9 +3,6 @@
  * macros expand to the right source-code.
  *
  * Author:  Marco van Wieringen <mvw@planets.elm.net>
- *
- * Version: $Id: quotaops.h,v 1.2 1998/01/15 16:22:26 ecd Exp $
- *
  */
 #ifndef _LINUX_QUOTAOPS_
 #define _LINUX_QUOTAOPS_


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

end of thread, other threads:[~2008-08-06 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-19 22:02 [2.6 patch] quota: remove CVS keywords Adrian Bunk
2008-05-20  0:43 ` Jan Kara
2008-08-06 21:10 Adrian Bunk

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

all inboxes | Powered by JetHome®