]> 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)
commit7e4afb5a94c18523cc53b6012fd84d894769953d
tree77dea3ce94a29c045affe731260c47d2e661c191
parent99e34ecd5aa0c90af95097fd83a27811cfd1dc70
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]