xfs
[Top] [All Lists]

TAKE - cleanup initialization code

Subject: TAKE - cleanup initialization code
From: Steve Lord <lord@xxxxxxx>
Date: Tue, 17 Apr 2001 17:49:33 -0500
Sender: owner-linux-xfs@xxxxxxxxxxx
Time to get a mod in before it collides with an incoming scud from Al Viro!
This makes all the xfs initialization code cleaner, and avoids being in
the filesystem_setup setup function when Al's mod hits and deletes the
function.

Date:  Tue Apr 17 15:46:17 PDT 2001
Workarea:  jen.americas.sgi.com:/src/lord/xfs-base

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


Modid:  2.4.x-xfs:slinx:92783a
linux/init/main.c - 1.51
        - remove pagebuf_init call

linux/fs/filesystems.c - 1.17
        - Remove xfs initialization call from filesystem_setup function,
          use __init to do this.

linux/fs/xfs/linux/xfs_super.c - 1.118
        - Cleanup xfs init code to use the automagic __init code

linux/include/linux/xfs_fs.h - 1.23
        - removed xfs_init prototype, no longer needed.

linux/include/linux/page_buf.h - 1.88
        - remove pagebuf_init prototype, no longer needed.

linux/fs/pagebuf/page_buf.c - 1.78
        - Cleanup pagebuf init code to use the automagic __init code



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - cleanup initialization code, Steve Lord <=