~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise-proposed

« back to all changes in this revision

Viewing changes to fs/jbd2/transaction.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Upstream Kernel Changes
  • Date: 2012-04-04 18:49:36 UTC
  • Revision ID: package-import@ubuntu.com-20120404184936-tqu735914muv4wpg
Tags: 3.2.0-22.30
[ Luke Yelavich ]

* [Config] Update configs after rebase against Ubuntu-3.2.0-22.35

[ Upstream Kernel Changes ]

* Low-latency: Rebase against Ubuntu-3.2.0-22.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
1948
1948
        clear_buffer_mapped(bh);
1949
1949
        clear_buffer_req(bh);
1950
1950
        clear_buffer_new(bh);
 
1951
        clear_buffer_delay(bh);
 
1952
        clear_buffer_unwritten(bh);
1951
1953
        bh->b_bdev = NULL;
1952
1954
        return may_free;
1953
1955
}