Move one function off of branchman.c and remove source file.
authorErez Zadok <ezk@bigvaio.(none)>
Sun, 25 Mar 2007 05:37:15 +0000 (01:37 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 23 Jul 2007 00:50:31 +0000 (20:50 -0400)
commitbb80d94cc192df47234df0666aaf81261acc27e4
tree9f92bb8c9e40c19d961217dd76e0782b0a43a2ac
parentce675a67eee33fa4203dc8ede6114e364d774356
Move one function off of branchman.c and remove source file.

After branch-management support was added, branchman.c became obsolete: it
used to hold the old ioctl-based branch-management commands, but now we do
those commands via remount (in super.c).  So move the only remaining small
query-file ioctl from branchman.c to commonfops.c, close to unionfs_ioctl;
and remove any leftover extern's which referred to old code in branchman.c
fs/unionfs/Makefile
fs/unionfs/branchman.c [deleted file]
fs/unionfs/commonfops.c
fs/unionfs/union.h