~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to fs/reiserfs/ioctl.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        }
190
190
 
191
191
        /* we unpack by finding the page with the tail, and calling
192
 
         ** reiserfs_prepare_write on that page.  This will force a 
 
192
         ** reiserfs_prepare_write on that page.  This will force a
193
193
         ** reiserfs_get_block to unpack the tail for us.
194
194
         */
195
195
        index = inode->i_size >> PAGE_CACHE_SHIFT;