Commit 6a7bb6c
xfs: reduce ilock roundtrips in xfs_qm_vop_dqalloc
xfs_qm_vop_dqalloc only needs the (exclusive) ilock for attaching dquots
to the inode if not done so yet. All the other locks don't touch the inode
and don't need the ilock - the i_rwsem / iolock protects against changes
to the IDs while we are in a method, and the ilock would not help because
dropping it for the dqget calls would be racy anyway.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>1 parent 13d3c1a commit 6a7bb6c
1 file changed
Lines changed: 3 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
1864 | | - | |
1865 | 1864 | | |
1866 | 1865 | | |
1867 | 1866 | | |
1868 | 1867 | | |
1869 | 1868 | | |
1870 | 1869 | | |
1871 | | - | |
1872 | | - | |
1873 | | - | |
1874 | 1870 | | |
1875 | 1871 | | |
1876 | 1872 | | |
| |||
1879 | 1875 | | |
1880 | 1876 | | |
1881 | 1877 | | |
| 1878 | + | |
1882 | 1879 | | |
1883 | | - | |
1884 | | - | |
| 1880 | + | |
| 1881 | + | |
1885 | 1882 | | |
1886 | | - | |
1887 | 1883 | | |
1888 | 1884 | | |
1889 | 1885 | | |
1890 | 1886 | | |
1891 | 1887 | | |
1892 | | - | |
1893 | | - | |
1894 | | - | |
1895 | | - | |
1896 | | - | |
1897 | | - | |
1898 | | - | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
1902 | 1888 | | |
1903 | 1889 | | |
1904 | 1890 | | |
1905 | 1891 | | |
1906 | 1892 | | |
1907 | 1893 | | |
1908 | | - | |
1909 | | - | |
1910 | | - | |
1911 | | - | |
1912 | | - | |
1913 | 1894 | | |
1914 | 1895 | | |
1915 | 1896 | | |
| |||
1922 | 1903 | | |
1923 | 1904 | | |
1924 | 1905 | | |
1925 | | - | |
1926 | 1906 | | |
1927 | 1907 | | |
1928 | 1908 | | |
1929 | 1909 | | |
1930 | 1910 | | |
1931 | 1911 | | |
1932 | | - | |
1933 | | - | |
1934 | 1912 | | |
1935 | 1913 | | |
1936 | 1914 | | |
| |||
1939 | 1917 | | |
1940 | 1918 | | |
1941 | 1919 | | |
1942 | | - | |
1943 | 1920 | | |
1944 | 1921 | | |
1945 | 1922 | | |
1946 | 1923 | | |
1947 | 1924 | | |
1948 | 1925 | | |
1949 | | - | |
1950 | | - | |
1951 | 1926 | | |
1952 | 1927 | | |
1953 | 1928 | | |
1954 | 1929 | | |
1955 | 1930 | | |
1956 | 1931 | | |
1957 | 1932 | | |
1958 | | - | |
1959 | 1933 | | |
1960 | 1934 | | |
1961 | 1935 | | |
| |||
0 commit comments