1. 22 Mar, 2003 32 commits
  2. 21 Mar, 2003 8 commits
    • Petr Vandrovec's avatar
      [PATCH] Fix ncpfs and rpcgss order in fs/Kconfig · 0dab5c04
      Petr Vandrovec authored
      RPCSEC_GSS options are related to (only) nfs/nfsd, so it is
      more logical to ask RPCSEC_GSS questions immediately after
      nfs/nfsd, not after half of screen more questions.
      
      NCPFS related options should appear immediately below
      ncpfs question, not after Coda and RPCSEC...
      0dab5c04
    • Linus Torvalds's avatar
      2d91f0c6
    • Christoph Hellwig's avatar
      [PATCH] get rid of __MOD_INC_USE_COUNT/__MOD_DEC_USE_COUNT · 1b0cb4ce
      Christoph Hellwig authored
      As the netfilter folks don't seem to have any interest in 2.5 currently
      I decided to fix their last uses of those old module interfaces myself.
      The implementation (get a reference first and release it again when
      not actually needed) might be slightly suboptimial but the netfilter
      team should just fix it if/when they get any interest in Linux 2.5/2.6.
      
      Also fix the MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT to give more accurate
      deprecation warnings.
      1b0cb4ce
    • Christoph Hellwig's avatar
      [PATCH] remove DEVFS_FL_REMOVABLE · 48bcb216
      Christoph Hellwig authored
      Devfs tries to be super smart and rereads partition tables at all
      kinds of wierd points.  This breaks a bunch of stuff were you
      can't get the right disk changed information (i.e. CompactFlash).
      
      If people actually need this kind of stuff they should just call partx
      from devfsd instead of relying on the kernel doing something like this.
      
      Cleans up the devfs code significatnly (aka removes tons of junk)
      48bcb216
    • Christoph Hellwig's avatar
      [PATCH] make devfs_put() static to fs/devfs/base.c · 68b37641
      Christoph Hellwig authored
      Not use anywhere else nor should it.
      68b37641
    • Christoph Hellwig's avatar
      [PATCH] rempove CONFIG_DVB_DEVFS_ONLY · c0802f99
      Christoph Hellwig authored
      Adrian Bunk noticed that there's an exposed config option to use the
      now gone DEVFS_FL_AUTO_DEVNUM in the dvb code - remove it.
      c0802f99
    • Christoph Hellwig's avatar
      [PATCH] fix waitqueue leak in devfs_d_revalidate_wait · 00f2029a
      Christoph Hellwig authored
      devfs_d_revalidate_wait adds to a waitqueue but never removes from it
      again so we there's one entry full of reused stack space added on
      each call (I wonder how this ever worked).
      
      The function has a few more bugs (it effectivly does a sleep_on instead
      of checking for the actual even and can't deal with negative dentries
      at all), but I just had breakfast and don't want to poke into devfs
      internals deeper - I still hope Adam's smalldevfs will get merged
      anyway..
      00f2029a
    • Ingo Molnar's avatar
      [PATCH] mm/swapfile.c manual reschedule · 2a73142f
      Ingo Molnar authored
      fix yet another manual reschedule point
      2a73142f