lkml.org 
[lkml]   [1999]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] isofs bmap -> get_block
Hi all,

This is a minor rename patch for isofs (against 2.3.14).

Greetings,
Lennert Buytenhek


diff -urN linux-2.3.14/fs/isofs/inode.c linux-2.3.14-new/fs/isofs/inode.c
--- linux-2.3.14/fs/isofs/inode.c Mon Aug 23 21:25:31 1999
+++ linux-2.3.14-new/fs/isofs/inode.c Mon Aug 23 21:26:08 1999
@@ -992,21 +992,21 @@
return err;

abort_create_attempted:
- printk("_isofs_bmap: Kernel tries to allocate a block\n");
+ printk("isofs_get_block: Kernel tries to allocate a block\n");
goto abort;

abort_negative:
- printk("_isofs_bmap: block < 0\n");
+ printk("isofs_get_block: block < 0\n");
goto abort;

abort_beyond_end:
- printk("_isofs_bmap: block >= EOF (%ld, %ld)\n",
+ printk("isofs_get_block: block >= EOF (%ld, %ld)\n",
iblock, inode->i_size);
goto abort;

abort_too_many_sections:
- printk("isofs_bmap: More than 100 file sections ?!?, aborting...\n");
- printk("isofs_bmap: ino=%lu block=%ld firstext=%u sect_size=%u nextino=%lu\n",
+ printk("isofs_get_block: More than 100 file sections ?!?, aborting...\n");
+ printk("isofs_get_block: ino=%lu block=%ld firstext=%u sect_size=%u nextino=%lu\n",
inode->i_ino, iblock, firstext, (unsigned) sect_size, nextino);
goto abort;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.538 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site