]> git.baikalelectronics.ru Git - kernel.git/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)
commit13318f7cac9fabb79c87880ab16ab145fef1b065
tree77dea3ce94a29c045affe731260c47d2e661c191
parent3746abb21f9cc705a9b35b3748edb4912f046f91
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]