OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-57-ge2b6573

Gerrit Code Review gerrit@openafs.org
Tue, 9 Feb 2010 10:08:06 -0800 (PST)


The following commit has been merged in the master branch:
commit e2b65732c09c4d1097fd54addf6596aaba9043c4
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Feb 4 17:27:32 2010 +0000

    Refactor afs_ioctl code
    
    The ioctl code was a nightmare of #ifdefs. This patch reworks it
    so that there is a single function for each operating system, which
    makes it much easier to see what's going on. Eventually it should be
    possible to move these reworked functions out into the osi directories
    
    Change-Id: I61f70b23ad0c7ea137e6aa843be6f75c83c02843
    Reviewed-on: http://gerrit.openafs.org/1244
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_pioctl.c |  518 +++++++++++++++++++++++++++++--------------------
 1 files changed, 306 insertions(+), 212 deletions(-)

-- 
OpenAFS Master Repository