]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: remove versioning information
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Mon, 16 Dec 2013 23:44:54 +0000 (10:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Dec 2013 23:44:54 +0000 (10:44 +1100)
commitd81d4312216e32360952d8c521c6261f42e07262
tree786d969e91b5acee5ecdc86bb43a31c995a2ac9d
parentcd51bd05ac7ffe15e88c098a4cb33729b4a8ab45
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>
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]