patch-2.3.41 linux/fs/udf/misc.c
Next file: linux/fs/udf/namei.c
Previous file: linux/fs/udf/lowlevel.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Tue Jan 25 11:19:04 2000
- Orig file:
v2.3.40/linux/fs/udf/misc.c
- Orig date:
Tue Jan 11 22:31:44 2000
diff -u --recursive --new-file v2.3.40/linux/fs/udf/misc.c linux/fs/udf/misc.c
@@ -16,8 +16,8 @@
* Each contributing author retains all rights to their own work.
*
* (C) 1998 Dave Boynton
- * (C) 1998-1999 Ben Fennema
- * (C) 1999 Stelias Computing Inc
+ * (C) 1998-2000 Ben Fennema
+ * (C) 1999-2000 Stelias Computing Inc
*
* HISTORY
*
@@ -64,20 +64,6 @@
return indat >> 32;
}
-uid_t udf_convert_uid(int uidin)
-{
- if ( uidin == -1 )
- return 0;
- return uidin;
-}
-
-gid_t udf_convert_gid(int gidin)
-{
- if ( gidin == -1 )
- return 0;
- return gidin;
-}
-
#if defined(__linux__) && defined(__KERNEL__)
extern struct buffer_head *
@@ -138,7 +124,6 @@
if (UDF_I_LENALLOC(inode))
{
memmove(&ad[size], ad, UDF_I_LENALLOC(inode));
- UDF_I_EXT0OFFS(inode) += size;
}
if (UDF_I_LENEATTR(inode))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)