lkml.org 
[lkml]   [2000]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.3.48 ntfs/fs.c block/ll_rw_blk.c usb/inode.c
Hello!

2.3.48 didn't compile. Patches are included as attachment. I hope I did
the right things.

Philipp
--
/ / (_)__ __ ____ __ Philipp Hahn
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de
--- linux-2.3.48/fs/ntfs/fs.c.orig Sun Feb 27 20:15:01 2000
+++ linux-2.3.48/fs/ntfs/fs.c Sun Feb 27 20:15:08 2000
@@ -692,7 +692,7 @@
inode->u.ntfs_i.mmu_private = inode->i_size;
} else {
inode->i_op=&ntfs_inode_operations_nobmap;
- inode->i_fop=&ntfs_file_operations_nommap,
+ inode->i_fop=&ntfs_file_operations_nommap;
}
inode->i_mode=S_IFREG|S_IRUGO;
}
--- linux-2.3.48/drivers/block/ll_rw_blk.c.orig Sun Feb 27 19:18:26 2000
+++ linux-2.3.48/drivers/block/ll_rw_blk.c Sun Feb 27 19:18:51 2000
@@ -473,7 +473,7 @@
if (after)
sequence -= req->nr_segments;
if (elevator_sequence_before(sequence, req->elevator_sequence)) {
- if (!after) {
+ if (!after)
printk(KERN_WARNING __FUNCTION__
": req latency %d req latency %d\n",
req->elevator_sequence - q->elevator.sequence,
--- linux-2.3.48/drivers/usb/inode.c.orig Sun Feb 27 20:08:26 2000
+++ linux-2.3.48/drivers/usb/inode.c Sun Feb 27 20:07:28 2000
@@ -47,6 +47,7 @@

extern struct inode_operations usbdevfs_bus_inode_operations;
extern struct file_operations usbdevfs_bus_file_operations;
+extern struct file_operations usbdevfs_device_file_operations;

struct special {
const char *name;
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.023 / U:0.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site