Searched hist:"200237 d6746faaeaf7f4ff4abbf13f3917cee60a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | diff 200237d6746faaeaf7f4ff4abbf13f3917cee60a Sun Dec 04 19:31:31 CST 2016 Eric Sandeen <sandeen@sandeen.net> xfs: Move AGI buffer type setting to xfs_read_agi
We've missed properly setting the buffer type for an AGI transaction in 3 spots now, so just move it into xfs_read_agi() and set it if we are in a transaction to avoid the problem in the future.
This is similar to how it is done in i.e. the dir3 and attr3 read functions.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_recover.c | diff 200237d6746faaeaf7f4ff4abbf13f3917cee60a Sun Dec 04 19:31:31 CST 2016 Eric Sandeen <sandeen@sandeen.net> xfs: Move AGI buffer type setting to xfs_read_agi
We've missed properly setting the buffer type for an AGI transaction in 3 spots now, so just move it into xfs_read_agi() and set it if we are in a transaction to avoid the problem in the future.
This is similar to how it is done in i.e. the dir3 and attr3 read functions.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
|
H A D | xfs_inode.c | diff 200237d6746faaeaf7f4ff4abbf13f3917cee60a Sun Dec 04 19:31:31 CST 2016 Eric Sandeen <sandeen@sandeen.net> xfs: Move AGI buffer type setting to xfs_read_agi
We've missed properly setting the buffer type for an AGI transaction in 3 spots now, so just move it into xfs_read_agi() and set it if we are in a transaction to avoid the problem in the future.
This is similar to how it is done in i.e. the dir3 and attr3 read functions.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
|