diff --git a/[refs] b/[refs] index 01a158251fab..d3af04237ad3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67b172c097177835fbf5b0666885c4059a4f67ff +refs/heads/master: b73c29f6b0ddbcf07b43c5c5e6354e5839b5e68d diff --git a/trunk/fs/dquot.c b/trunk/fs/dquot.c index ad7e59003e04..da30a27f2242 100644 --- a/trunk/fs/dquot.c +++ b/trunk/fs/dquot.c @@ -9,8 +9,6 @@ * implementation is based on one of the several variants of the LINUX * inode-subsystem with added complexity of the diskquota system. * - * Version: $Id: dquot.c,v 6.3 1996/11/17 18:35:34 mvw Exp mvw $ - * * Author: Marco van Wieringen * * Fixes: Dmitry Gorodchanin , 11 Feb 96 diff --git a/trunk/include/linux/quota.h b/trunk/include/linux/quota.h index 376a05048bc5..40401b554484 100644 --- a/trunk/include/linux/quota.h +++ b/trunk/include/linux/quota.h @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * Version: $Id: quota.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $ */ #ifndef _LINUX_QUOTA_ diff --git a/trunk/include/linux/quotaops.h b/trunk/include/linux/quotaops.h index ca6b9b5c8d52..a558a4c1d35a 100644 --- a/trunk/include/linux/quotaops.h +++ b/trunk/include/linux/quotaops.h @@ -3,9 +3,6 @@ * macros expand to the right source-code. * * Author: Marco van Wieringen - * - * Version: $Id: quotaops.h,v 1.2 1998/01/15 16:22:26 ecd Exp $ - * */ #ifndef _LINUX_QUOTAOPS_ #define _LINUX_QUOTAOPS_