]> Pileus Git - ~andy/linux/commit
ocfs2: remove versioning information
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 21 Jan 2014 23:48:20 +0000 (15:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:41 +0000 (16:19 -0800)
commitff8fb335221e2c446b0d4cbea26be371fd2feb64
tree77dea3ce94a29c045affe731260c47d2e661c191
parent227d006628ce10401f647b79a1d7a1a92a3dcb57
ocfs2: remove versioning information

The versioning information is confusing for end-users.  The numbers are
stuck at 1.5.0 when the tools version have moved to 1.8.2.  Remove the
versioning system in the OCFS2 modules and let the kernel version be the
guide to debug issues.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Acked-by: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 files changed:
fs/ocfs2/Makefile
fs/ocfs2/cluster/Makefile
fs/ocfs2/cluster/nodemanager.c
fs/ocfs2/cluster/ver.c [deleted file]
fs/ocfs2/cluster/ver.h [deleted file]
fs/ocfs2/dlm/Makefile
fs/ocfs2/dlm/dlmdomain.c
fs/ocfs2/dlm/dlmver.c [deleted file]
fs/ocfs2/dlm/dlmver.h [deleted file]
fs/ocfs2/dlmfs/Makefile
fs/ocfs2/dlmfs/dlmfs.c
fs/ocfs2/dlmfs/dlmfsver.c [deleted file]
fs/ocfs2/dlmfs/dlmfsver.h [deleted file]
fs/ocfs2/super.c
fs/ocfs2/ver.c [deleted file]
fs/ocfs2/ver.h [deleted file]