The pagebuf daemon was started by xfs, now pagebuf starts it directly,
less interaction between the two subsystems.
Date: Mon Jun 11 13:54:07 PDT 2001
Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:96689a
linux/fs/xfs/linux/xfs_super.c - 1.127
- remove call to start pagebuf daemon, this is done by pagebuf
itself now.
linux/include/linux/page_buf.h - 1.93
- no need for prototypes for daemon start and stop calls, handled
internally now.
linux/fs/pagebuf/page_buf.c - 1.85
- Let pagebuf start its own daemon - xfs used to do this.
|