Displaying 1 result from an estimated 1 matches for "undealt".
Did you mean:
dealt
2013 Jan 30
0
[PATCH] Btrfs: fix possible stale data exposure
...int btrfs_ordered_update_i_size(struct inode *inode, u64 offset,
break;
if (test->file_offset >= i_size)
break;
- if (test->file_offset >= disk_i_size) {
+ if (entry_end(test) > disk_i_size) {
/*
* we don''t update disk_i_size now, so record this
* undealt i_size. Or we will not know the real
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html