xfs
[Top] [All Lists]

TAKE - rip out xfs_dm_fcntl, bypass it

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - rip out xfs_dm_fcntl, bypass it
From: Dean Roehrich <roehrich@xxxxxxx>
Date: Thu, 6 Dec 2001 15:29:33 -0600 (CST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Date:  Thu Dec  6 13:29:13 PST 2001
Workarea:  clink-eth.americas.sgi.com:/data/clink/a67/roehrich/2.4.x-xfs

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:107944a
linux/fs/xfs/xfs_dmapi.h - 1.19
        - Remove prototype for xfs_dm_fcntl().
          Remove prototype for xfs_set_dmattrs, it was used by xfs_dm_fcntl.
          Update dm_fcntl_* data structure names.

linux/fs/xfs/xfs_dmapi.c - 1.45
        - Rip out xfs_dm_fcntl().
          xfs_dm_mapevent() and xfs_dm_get_fsys_vector() should bypass the data
          structure for xfs_dm_fcntl() since we're no longer using it.

linux/fs/xfs/xfsdmapistubs.c - 1.10
        - Rip out xfs_dm_fcntl.

linux/fs/xfs/linux/xfs_file.c - 1.55
        - linvfs_dmapi_map_event() should bypass the data structure for 
xfs_dm_fcntl()
          since we're no longer using it.

linux/fs/xfs/linux/xfs_ioctl.c - 1.51
        - xfs_fssetdm_by_handle() was the last user of xfs_dm_fcntl(), and the 
only
          effect was to get a redundant check on CAP_MKNOD.  Bypass it, and go 
straight
          to xfs_set_dmattrs().

linux/include/linux/dmapi_kern.h - 1.7
        - Update comments.
          Rip out structures and symbols that are no longer used.

linux/fs/xfs/linux/xfs_vfs.h - 1.8
        - Bypass xfs_dm_fcntl(), go straight to xfs_dm_get_fsys_vector().

cmd/dmapi/include/dmapi_kern.h - 1.2
        - match linux/include/linux/dmapi_kern.h

linux/fs/xfs_dmapi/dmapi_mountinfo.c - 1.3
        - dm_query_fsys_for_vector() should bypass the data structure for
          xfs_dm_fcntl() since we're no longer using it.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - rip out xfs_dm_fcntl, bypass it, Dean Roehrich <=