dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/qnx4
Akinobu Mita 9b58f6d4aa qnx4fs: use memweight()
Use memweight() to count the total number of bits clear in memory area.

Note that this memweight() call can't be replaced with a single
bitmap_weight() call, although the pointer to the memory area is aligned
to long-word boundary.  Because the size of the memory area may not be a
multiple of BITS_PER_LONG, then it returns wrong value on big-endian
architecture.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-07-30 17:25:16 -07:00
..
Kconfig qnx4: remove write support 2009-09-23 07:39:30 -07:00
Makefile qnx4: remove write support 2009-09-23 07:39:30 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bitmap.c qnx4fs: use memweight() 2012-07-30 17:25:16 -07:00
dir.c BKL: remove BKL from qnx4 2010-10-21 18:48:04 +02:00
inode.c qnx4: new helper - try_extent() 2012-03-20 21:29:52 -04:00
namei.c stop passing nameidata to ->lookup() 2012-07-14 16:34:32 +04:00
qnx4.h stop passing nameidata to ->lookup() 2012-07-14 16:34:32 +04:00

README

  This is a snapshot of the QNX4 filesystem for Linux.
  Please send diffs and remarks to <al@alarsen.net> .
  
Credits :

Richard "Scuba" A. Frowijn     <scuba@wxs.nl>
Frank "Jedi/Sector One" Denis  <j@pureftpd.org>
Anders Larsen                  <al@alarsen.net> (Maintainer)