lkml.org 
[lkml]   [2002]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4 reiserfs fix for truncate to update mtime.
Hello!

Attached patch fixes a problem where reiserfs fails to correctly
update mtime after truncate() call in some cases

Bye,
Oleg
--- linus.orig/fs/reiserfs/stree.c Thu, 13 Dec 2001 11:06:51 -0500
+++ linus/fs/reiserfs/stree.c Fri, 01 Feb 2002 13:35:29 -0500
@@ -1700,8 +1700,7 @@
}

if ( n_file_size == 0 || n_file_size < n_new_file_size ) {
- pathrelse(&s_search_path);
- return;
+ goto update_and_out ;
}

/* Update key to search for the last file item. */
@@ -1754,6 +1753,7 @@
"PAP-5680: truncate did not finish: new_file_size %Ld, current %Ld, oid %d\n",
n_new_file_size, n_file_size, s_item_key.on_disk_key.k_objectid);

+update_and_out:
if (update_timestamps) {
// this is truncate, not file closing
p_s_inode->i_mtime = p_s_inode->i_ctime = CURRENT_TIME;

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