• Andrew Morton's avatar
    [PATCH] compat ioctl consolidation · f7719648
    Andrew Morton authored
    From: Arun Sharma <arun.sharma@intel.com>, kevin.tian@intel.com
    
    Move a whole bunch of filesystem ioctl conversion functions out of per-arch
    files and into fs/compat_ioctl.c
    
    It moves linux32_dirent to compat.h and renames it as compat_dirent. 
    linux32_dirent has been eliminated from ia64.  Other archs should do the
    same.
    
    We'll leave old_linux_dirent32 as is, since it seems to be arch specific
    (ia64 doesn't use it for example).
    f7719648
ia32priv.h 12.9 KB