| 1 | /*
|
|---|
| 2 | * Module to work around a bug in Linux XFS:
|
|---|
| 3 | * http://oss.sgi.com/bugzilla/show_bug.cgi?id=280
|
|---|
| 4 | *
|
|---|
| 5 | * Copyright (c) Volker Lendecke 2010
|
|---|
| 6 | *
|
|---|
| 7 | * This program is free software; you can redistribute it and/or modify
|
|---|
| 8 | * it under the terms of the GNU General Public License as published by
|
|---|
| 9 | * the Free Software Foundation; either version 3 of the License, or
|
|---|
| 10 | * (at your option) any later version.
|
|---|
| 11 | *
|
|---|
| 12 | * This program is distributed in the hope that it will be useful,
|
|---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
|
|---|