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>
Tue, 13 Jan 2009 01:43:02 +0000 (20:43 -0500)
commite2ea55a57da0384dd4dfdf89372e5d0fe5e6e0a4
tree40c33fbd1c76fc8c51f46f9af524d52a901f7d9b
parent9b6beef810e1aa3bd6d53ff826ed55d11e046b02
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