patch-2.4.11-dontuse linux/fs/jffs2/pushpull.c
Next file: linux/fs/jffs2/pushpull.h
Previous file: linux/fs/jffs2/nodemgmt.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Oct 4 15:13:18 2001
- Orig file:
v2.4.10/linux/fs/jffs2/pushpull.c
- Orig date:
Sun Sep 23 11:41:00 2001
diff -u --recursive --new-file v2.4.10/linux/fs/jffs2/pushpull.c linux/fs/jffs2/pushpull.c
@@ -31,7 +31,7 @@
* provisions above, a recipient may use your version of this file
* under either the RHEPL or the GPL.
*
- * $Id: pushpull.c,v 1.6 2001/03/15 15:38:24 dwmw2 Exp $
+ * $Id: pushpull.c,v 1.7 2001/09/23 10:04:15 rmk Exp $
*
*/
@@ -69,20 +69,3 @@
{
return pp->ofs;
}
-
-
-int pullbit(struct pushpull *pp)
-{
- int bit;
-
- bit = (pp->buf[pp->ofs >> 3] >> (7-(pp->ofs & 7))) & 1;
-
- pp->ofs++;
- return bit;
-}
-
-int pulledbits (struct pushpull *pp)
-{
- return pp->ofs;
-}
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)